1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
Can you monitor the progress of vacuum using below query to get estimate.
SELECT * FROM svv_vacuum_progress;
Check the cluster performance health while the vacuum running to check if hitting with any cpu bottleneck or storage issues etc. refer Viewing cluster performance data
Also take a look at How do I troubleshoot performance issues with VACUUM in Amazon Redshift? and follow the vacuum best practices.
answered 3 months ago
Relevant content
- asked 3 years ago
- Accepted Answerasked 4 years ago
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 9 months ago
There is no bottleneck, CPU is around 50% also the health status is healthy. Everything seems to be normal. svv_vacuum_progress - Does give output expect in my case. While I am executing vacuum for table 'A'. I getting result only for table 'X' as complete.