Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are required to use Athena to query a large dataset stored in S3 and create a view that can be used by other analysts. What steps would you take to ensure the query performance is optimal and the view is easily accessible?
A
Partition the data in S3, use columnar storage formats, and create the view in Athena.
B
Use row-based storage formats, create the view in Athena, and cache the results.
C
Compress the data in S3, use row-based storage formats, and create the view in Athena.
D
Encrypt the data in S3, use columnar storage formats, and create the view in Athena.