SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 144


What type of query benefits the MOST from search optimization?

Show Answer
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

9 comments
Sign in to comment
SV1122Option: C
Dec 26, 2022

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
Apr 10, 2023

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

VisionBIOption: B
Apr 7, 2023

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
Jun 16, 2023

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

PoornaChandraInOption: C
Jul 13, 2023

The answer is C.

MultiCloudIronManOption: C
Jul 14, 2023

Correct

BobFarOption: B
Oct 13, 2023

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
Oct 23, 2023

Not correct. Correct answer is C

Mike722
Feb 16, 2024

C is correct. The service works on the predicate.

_yyuktaOption: C
Feb 25, 2024

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

pranaligOption: C
Jun 15, 2024

Correct Answer: C

Mallikharjuna452Option: C
Jul 19, 2024

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