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

What are common issues found by using the Query Profile? (Choose two.)

    Correct Answer: D, E

    The two common issues found using the Query Profile are identifying inefficient micro-partition pruning and data spilling to a local or remote disk. Inefficient micro-partition pruning can lead to slower query performance due to unnecessary data scanning, while data spilling to disk occurs when there is insufficient memory, which affects query performance and execution time.

Discussion
miadieselOptions: DE

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

Kate0204Options: DE

I think DE

arpit_dataguyOptions: DE

DE :: https://docs.snowflake.com/en/user-guide/ui-query-profile.html#common-query-problems-identified-by-query-profile

_yyuktaOptions: DE

DE are correct

e_l_i_a_sOptions: DE

If the local disk space is not sufficient, the spilled data is then saved to remote disks. Inefficient Pruning