QuestionQ94

Performance Optimization, Querying & Transformation

Which feature reorganizes existing table data around a cluster key to improve micro-partition pruning?

Explanation

Automatic Clustering maintains a table’s micro-partition organization around its defined cluster key. Unlike Search Optimization and materialized views, it reorganizes existing table data rather than building a separate optimized data structure or precomputed data set.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!