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

How can a Snowflake user improve long-running query performance?

    Correct Answer: B

    Clustering the underlying table being queried can significantly improve the performance of long-running queries in Snowflake. Clustering organizes the data in a table to optimize query performance by minimizing the amount of data that needs to be scanned. Reducing the virtual warehouse size would likely degrade performance, disabling the result cache would not improve performance, and adding ORDER BY could even make the query slower due to the sorting operation.

Discussion
MultiCloudIronManOption: B

B is correct

learner2023Option: B

B seems correct