exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 872 discussion

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

Which use case does the search optimization service support?

  • A. Disjuncts (OR) in join predicates
  • B. LIKE/ILIKE/RLIKE join predicates
  • C. Join predicates on VARIANT columns
  • D. Conjunctions (AND) of multiple equality predicates
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
nexerSnow
10 months ago
Selected Answer: D
The search optimization service can improve the performance of queries with the following types of join predicates: i> Equality predicates of the form dimension_table.column = fact_table.column. ii> Transformations on the side of the predicate with the dimension (e.g. string concatenation, addition, etc.). iii> Conjunctions (AND) of multiple equality predicates. https://medium.com/snowflake/snowflake-performance-search-optimization-service-part-2-382714956588
upvoted 1 times
...
BobFar
1 year, 2 months ago
D correct. Search optimization can improve the performance of these types of queries: 1)Equality or IN Predicates 2)Substrings and Regular Expressions (LIKE/ILIKE/RLIKE/CONTAINS,... ) 3)Fields in VARIANT Columns 4)Geospatial Functions 5)Conjunctions of Supported Predicates (AND) 6)Disjunctions of Supported Predicates (OR) ----------------------------------------------------------------------------------- The search optimization service does not directly improve the performance of joins. https://docs.snowflake.com/en/user-guide/search-optimization-service#label-search-optimization-service-queries
upvoted 2 times
...
Heetec
1 year, 2 months ago
Selected Answer: D
D correct - https://docs.snowflake.com/en/user-guide/search-optimization-service
upvoted 3 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 ...