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 a year ago
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated a year 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.