COF-C02 · Question #278
What does Snowflake's search optimization service support?
The correct answer is C. Tables and views that are not protected by row access policies. Snowflake's search optimization service supports tables and views that are not protected by row access policies. It is designed to improve the performance of certain types of queries on tables, including selective point lookup queries and queries on fields in VARIANT, OBJECT…
Question
What does Snowflake's search optimization service support?
Options
- AExternal tables
- BMaterialized views
- CTables and views that are not protected by row access policies
- DCasts on table columns (except for fixed-point numbers cast to strings)
How the community answered
(26 responses)- A4% (1)
- C92% (24)
- D4% (1)
Explanation
Snowflake's search optimization service supports tables and views that are not protected by row access policies. It is designed to improve the performance of certain types of queries on tables, including selective point lookup queries and queries on fields in VARIANT, OBJECT, and ARRAY (semi- structured) columns.
Topics
Community Discussion
No community discussion yet for this question.