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

What type of query benefits the MOST from search optimization?

    Correct Answer: C

    A query that uses equality predicates or predicates that use IN benefits the most from search optimization. This is because search optimization is designed to quickly locate and retrieve particular values when the search criteria are highly selective, such as specific equality conditions or a defined set of values using IN. This significantly reduces the search space and improves query performance.

Discussion
SV1122Option: C

The correct answer is C. 2: Below are the recommended checks to consider for the query: At least one of the columns accessed through the query filter operation has at least 100k-200k distinct values. The query uses equality predicate or predicates that use IN. The query returns a few rows with highly selective filters. The query typically runs for at least tens of seconds. https://community.snowflake.com/s/article/Search-Optimization-When-How-To-Use

junpalOption: C

C. A query that uses equality predicates or predicates that use IN

Mallikharjuna452Option: C

C.A query that uses equality predicates or predicates that use IN

pranaligOption: C

Correct Answer: C

_yyuktaOption: C

C. A query that uses equality predicates or predicates that use IN

BobFarOption: B

Correct Answer is B. Analytical expression , the answer C is only for Variant, Objects and Array data type. https://docs.snowflake.com/en/user-guide/search-optimization-service

Learner21525

Not correct. Correct answer is C

Mike722

C is correct. The service works on the predicate.

MultiCloudIronManOption: C

Correct

PoornaChandraInOption: C

The answer is C.

VisionBIOption: B

Should be B. The search optimization service can significantly improve the performance of certain types of lookup and analytical queries that use an extensive set of predicates for filtering. Query uses equality predicate or predicates that use IN only applies to VARIANT, OBJECT, and ARRAY columns . https://docs.snowflake.com/en/user-guide/search-optimization-service

Def21

B is false: "certain types of ... analytical queries"