v.25.5New Feature
Add icebergHash and icebergBucket
AddicebergHashandicebergBucketfunctions. Support data files pruning inIcebergtables partitioned withbucket transfom. #79262 (Daniil Ivanik).
Why it matters
This feature introduces native support for Iceberg's bucket transform partitioning by implementing the required hash and bucket functions. It solves the problem of efficient data pruning and query optimization on Iceberg tables with bucket partitions, improving performance and reducing query latency.How to use it
Users can utilize the newicebergHash and icebergBucket functions when working with Iceberg tables that are partitioned by the bucket transform. This allows ClickHouse to perform data file pruning properly on such tables to speed up query execution.