Clustering definition
Which statement best describes ‘clustering’?
❌ Clustering can be disabled within a Snowflake account
✅ Clustering represents the way data is grouped together and stored within Snowflake’s micro-partitions
❌ The clustering key must be included on the COPY command when loading data into Snowflake
❌ The database administrator must define the clustering methodology for each Snowflake table
What type of columns does Snowflake recommend to be used as clustering keys? (Choose two.)
✅ A column that is most actively used in selective fiters
❌ A column with very low cardinality
❌ A column with very high cardinality
✅ A column that is most actively used in join predicates
❌ A VARIANT column