Ultimate access to all questions.
In a proof of concept involving the Olympics dataset, a data engineer filters the data to include only participants who have won at least one gold medal, reducing the delta table size to 50 MB. To optimize read speeds, the table is partitioned by the year
column, resulting in partitions of about 2 MB each. Which of the following strategies would further enhance read performance?