Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 894 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 894
Topic #: 1
[All SnowPro Core Questions]

What step can reduce data spilling in Snowflake?

  • A. Using a larger virtual warehouse
  • B. Increasing the virtual warehouse maximum timeout limit
  • C. Increasing the amount of remote storage for the virtual warehouse
  • D. Using a Common Table Expression (CTE) instead of a temporary table
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ahadh7621
5 months, 4 weeks ago
Selected Answer: A
Answer is A: https://docs.snowflake.com/en/user-guide/ui-query-profile For some operations (e.g. duplicate elimination for a huge data set), the amount of memory available for the compute resources used to execute the operation might not be sufficient to hold intermediate results. As a result, the query processing engine will start spilling the data to local disk. If the local disk space is not sufficient, the spilled data is then saved to remote disks. This spilling can have a profound effect on query performance (especially if remote disk is used for spilling). To alleviate this, we recommend: Using a larger warehouse (effectively increasing the available memory/local disk space for the operation), and/or Processing data in smaller batches.
upvoted 1 times
...
BobFar
1 year ago
Answer A is correct! Adjusting the available memory of a warehouse can improve performance because a query runs substantially slower when a warehouse runs out of memory, which results in bytes “spilling” onto storage. https://docs.snowflake.com/en/user-guide/performance-query-warehouse
upvoted 2 times
...
Heetec
1 year, 1 month ago
Selected Answer: A
A correct - https://community.snowflake.com/s/article/Performance-impact-from-local-and-remote-disk-spilling
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...