Hive supports ____ as a form of dynamic partitioning, which optimizes data storage based on query patterns.

  • Bucketing
  • Clustering
  • Compression
  • Indexing
Hive supports Bucketing as a form of dynamic partitioning. Bucketing involves dividing data into fixed-size files or buckets based on the column values, optimizing storage and improving query performance, especially for certain query patterns.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *