QuestionQ135
Data Operations and SupportA data engineer wants Amazon Athena queries to complete more quickly. The data engineer observes that every file used by the Athena queries is currently stored as uncompressed .csv data. The data engineer also observes that users run most queries by selecting one particular column.
Which solution will MOST improve Athena query performance?
- A Change the data format from .csv to JSON format. Apply Snappy compression.
- B Compress the .csv files by using Snappy compression.
- C Change the data format from .csv to Apache Parquet. Apply Snappy compression.
- D Compress the .csv files by using gzip compression.
Community Discussion