QuestionQ332
Data Operations and SupportA company uses Amazon Redshift as its data warehouse. Data encoding has been applied to the warehouse’s existing tables. A data engineer finds that the compression encoding used on some tables is not the best fit for the data.
The data engineer needs to improve data encoding for the tables that have suboptimal encoding.
Which solution meets this requirement?
- A Run the ANALYZE command against the identified tables. Manually update the compression encoding of columns based on the output of the command.
- B Run the ANALYZE COMPRESSION command against the identified tables. Manually update the compression encoding of columns based on the output of the command.
- C Run the VACUUM REINDEX command against the identified tables.
- D Run the VACUUM RECLUSTER command against the identified tables.
Community Discussion