COF-C02 · Question #545
What is the MINIMUM size of a table for which Snowflake recommends considering adding a clustering key?
The correct answer is D. 1 Terabyte (TB). Snowflake recommends considering a clustering key only for very large tables - specifically those in the multi-terabyte range, with 1 TB (D) being the cited minimum threshold in Snowflake's documentation. For smaller tables, Snowflake's automatic micro-partition pruning is…
Question
What is the MINIMUM size of a table for which Snowflake recommends considering adding a clustering key?
Options
- A1 Kilobyte (KB)
- B1 Megabyte (MB)
- C1 Gigabyte (GB)
- D1 Terabyte (TB)
How the community answered
(49 responses)- A2% (1)
- B2% (1)
- C4% (2)
- D92% (45)
Explanation
Snowflake recommends considering a clustering key only for very large tables - specifically those in the multi-terabyte range, with 1 TB (D) being the cited minimum threshold in Snowflake's documentation. For smaller tables, Snowflake's automatic micro-partition pruning is sufficient, and adding a clustering key introduces maintenance overhead (via Automatic Clustering) that is not justified at smaller data volumes.
Topics
Community Discussion
No community discussion yet for this question.