Snowflake COF-C02 Practice Test 6
Question 1 / 40
Which query profile statistics help determine if efficient pruning is occurring? (Choose two.)
Bytes sent over network
Percentage scanned from cache
Partitions total
Bytes spilled to local storage
Partitions scanned
Comment (0)
Suggested answer: C, E
Explanation:
Efficient pruning in Snowflake is indicated by the number of partitions scanned out of the total available.If a small percentage of partitions are scanned, it suggests that the pruning process is effectively narrowing down the data, which can lead to improved query performance