I have a few large tables (~1/2bn rows) on AWS Redshift. These tables have a small pct_unsorted as they're Vacuum'ed every weekend. The pct_unsorted climbs by 0.5% everyday due to new records. I use SVV_TABLES and SVV_TABLE_INFO to find out the pct_unsorted and vacuum_sort_benefit.
Recently, I have noticed that when I run the Vacuum on these tables on the weekend it seems to have no impact on the pct_unsorted. Is this possible? Is it that the SVV_TABLES and SVV_TABLE_INFO are inaccurate? or is my Vacuum not doing anything?