SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 1126


Which query types will have significant performance improvement when run using the search optimization service? (Choose two.)

Show Answer
Correct Answer:

Discussion

7 comments
Sign in to comment
jude343234249452234
Jul 23, 2024

B and D

nehanovigo
Aug 24, 2024

agree, its B& D

koyabashiOptions: BD
Sep 5, 2024

https://docs.snowflake.com/en/user-guide/search-optimization/point-lookup-queries

MSIDDIQUI18
Oct 17, 2024

Selected Answer: BC Search Optimization Service •Equality searches. •Substring and regular expression searches. •Character data (text) and IPv4 address searches. •Searches of fields in VARIANT. •Searches of GEOGRAPHY columns using geospatial functions. https://docs.snowflake.com/en/user-guide/search-optimization-service

d22770aOptions: BD
Oct 19, 2024

B and D is correct

MatthieuDNOptions: BD
Jan 23, 2025

BD seems logic since they are both kinds of equality searches

JRayanOptions: BD
Feb 13, 2025

Point lookup queries are queries that are expected to return a small number of rows. The search optimization service can improve the performance of point lookup queries that use: Equality predicates (for example, <column_name> = <constant>). Predicates that use IN (see example). Example