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

Which result shows efficient pruning?

    Correct Answer: B

    Efficient pruning is achieved when the number of partitions scanned is less than the total number of partitions available. This indicates that the system effectively pruned unnecessary partitions, thereby optimizing performance by reducing the amount of data that needs to be processed.

Discussion
AlexbDkuOption: B

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

AravindhTNOption: B

Answer Should be B (scanned partitions should be less than total partitions)

sachchhabOption: B

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

gizzamoOption: B

https://docs.snowflake.com/en/user-guide/ui-query-profile#inefficient-pruning ... 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. ...

MultiCloudIronManOption: B

correct

KnightVictorOption: B

for sure B. thats the primary purpose of pruning... to scan less partitions

MultiCloudIronManOption: B

B is correct

EmiBOption: B

B - correct