exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 832 discussion

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

How does the search optimization service help Snowflake users improve query performance?

  • A. It scans the micro-partitions based on the joins used in the queries and scans only join columns.
  • B. It maintains a persistent data structure that keeps track of the values of the table’s columns in each of its micro-partitions.
  • C. It scans the local disk cache to avoid scans on the tables used in the query.
  • D. It keeps track of running queries and their results and saves those extra scans on the table.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
BobFar
7 months, 2 weeks ago
B Correct . To improve performance for point lookups, the search optimization service creates and maintains a persistent data structure called a search access path. The search access path keeps track of which values of the table’s columns might be found in each of its micro-partitions, allowing some to be skipped when scanning the table. https://docs.snowflake.com/en/user-guide/search-optimization-service#how-does-the-search-optimization-service-work
upvoted 3 times
...
Heetec
8 months, 1 week ago
Selected Answer: B
B correct - https://docs.snowflake.com/en/user-guide/search-optimization-service
upvoted 2 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 ...