QuestionQ197
Data Store ManagementA company has used an Amazon Redshift table named Orders for 6 months. The company performs weekly updates and deletes on the table. The table has an interleaved sort key on a column that contains AWS Regions.
The company wants to reclaim disk space so it does not run out of storage capacity. The company also wants to analyze the sort key column.
Which Amazon Redshift command will meet these requirements?
- A VACUUM FULL Orders
- B VACUUM DELETE ONLY Orders
- C VACUUM REINDEX Orders
- D VACUUM SORT ONLY Orders
Community Discussion