Valid DEA-C01 Dumps shared by EduDump.com for Helping Passing DEA-C01 Exam! EduDump.com now offer the newest DEA-C01 exam dumps, the EduDump.com DEA-C01 exam questions have been updated and answers have been corrected get the newest EduDump.com DEA-C01 dumps with Test Engine here:
A data engineer is optimizing query performance in Amazon Athena notebooks that use Apache Spark to analyze large datasets that are stored in Amazon S3. The data is partitioned. An AWS Glue crawler updates the partitions. The data engineer wants to minimize the amount of data that is scanned to improve efficiency of Athena queries. Which solution will meet these requirements?
Correct Answer: A
By including predicates on your partition columns in each Athena query (for example, WHERE year = '2025' AND month = '05'), Athena prunes partitions at the optimizer level and reads only the matching S3 folders. This directly minimizes the data scanned and improves query efficiency with no additional infrastructure changes.