How to vacuum a table in Redshift database

Run the below command to perform full vacuum of a table to 95%.

VACUUM FULL table_name TO 95 PERCENT;
See also  How to change EC2 Instance type from AWS CLI