Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Snowflake Exam COF-C02 Topic 3 Question 60 Discussion

Actual exam question for Snowflake's COF-C02 exam
Question #: 60
Topic #: 3
[All COF-C02 Questions]

What happens to the underlying table data when a CLUSTER BY clause is added to a Snowflake table?

Show Suggested Answer Hide Answer
Suggested Answer: D

When aCLUSTER BYclause is added to a Snowflake table, it specifies one or more columns to organize the data within the table's micro-partitions. This clustering aims to colocate data with similar values in the same or adjacent micro-partitions. By doing so, it enhances the efficiency of query pruning, where the Snowflake query optimizer can skip over irrelevant micro-partitions that do not contain the data relevant to the query, thereby improving performance.

References:

Snowflake Documentation on Clustering Keys & Clustered Tables1.

Community discussions on how source data's ordering affects a table with a cluster key


Contribute your Thoughts:

Vincenza
2 days ago
I think the answer is A) Data is hashed by the cluster key to facilitate fast searches for common data values.
upvoted 0 times
...

Save Cancel