As a best practice, clustering keys should only be defined on tables of which minimum size?
As a best practice, clustering keys should only be defined on tables of which minimum size?
Clustering keys should be applied to tables that are massive in size to optimize performance and cost. Generally, this applies to tables containing multiple terabytes (TB) of data. This is because the benefits of clustering, such as faster query response times and reduced costs, become significant in very large datasets where data can be efficiently segmented into micro-partitions.
Multi TB range
D is correct Considerations for Choosing Clustering for a Table Whether you want faster response times or lower overall costs, clustering is best for a table that meets all of the following criteria: The table contains a large number of micro-partitions. Typically, this means that the table contains multiple terabytes (TB) of data.
D.is correct
correct
D is correct
saw it in their core course
D is correct