SnowPro Core Certification — Question 1282

How does Snowflake optimize queries on tables by leveraging the sorting and storage of data within micro-partitions?

Answer options

Correct answer: B

Explanation

The correct answer is B because Snowflake optimizes query performance by pruning unnecessary micro-partitions based on the values of the columns, then filtering the rows in the remaining micro-partitions. Option A is incorrect as it suggests pruning by column before addressing micro-partitions. Option C misrepresents the order of operations, and option D incorrectly states that data is sorted by rows before filtering columns.