InterviewSolution
Saved Bookmarks
| 1. |
Explain in short about Snowflake Clustering. |
|
Answer» In SNOWFLAKE, clustering is a type of DATA partitioning, where unique cluster keys are SPECIFIED for each table. Cluster keys are subsets of a table's columns that are used to co-locate data within the table. These keys are APPROPRIATE for comprehensive TABLES. The process of managing clustered data in a table is known as re-clustering. |
|