SnowPro Core Certification — Question 839
Which use case does the search optimization service support?
Answer options
- 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
Correct answer: D
Explanation
The search optimization service is designed to efficiently handle conjunctions (AND) of multiple equality predicates, which allows for faster query processing. The other options like disjuncts (OR), LIKE predicates, and VARIANT column joins are not optimized by this service, making them less efficient in comparison.