Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 393

Which query profile statistics help determine if efficient pruning is occurring? (Choose two.)

    Correct Answer: C, E

    To determine if efficient pruning is occurring, it is essential to analyze the statistics related to partitions. Specifically, comparing the 'Partitions total' and 'Partitions scanned' can provide insight into the pruning efficiency. If the number of partitions scanned is a small fraction of the total partitions, it indicates effective pruning, as fewer partitions are processed, reducing the workload and resource usage.

Discussion
halolOptions: CE

https://docs.snowflake.com/en/user-guide/ui-query-profile.html#inefficient-pruning

Kate0204

https://docs.snowflake.com/en/user-guide/ui-query-profile.html#inefficient-pruning

NikoHacker1995Options: CE

C and E are correct, Because, that higher the ratio of existing partitions is to the scanned, that better (more efficient)=

_yyuktaOptions: CE

CE are correct

e_l_i_a_sOptions: CE

The efficiency of pruning can be observed by comparing Partitions scanned and Partitions total statistics in the TableScan operators. If the former is a small fraction of the latter, pruning is efficient. If not, the pruning did not have an effect.

MultiCloudIronManOptions: CE

correct