v.25.8Improvement
Support compressed
Support compressed.metadata.jsonfile viaiceberg_metadata_compression_methodsetting. It supports all clickhouse compression methods. This closes #84895. #85196 (Konstantin Vedernikov).
Why it matters
This feature allows users to store Iceberg table metadata files in a compressed format, reducing disk space usage and potentially improving I/O performance by leveraging ClickHouse's existing compression algorithms.How to use it
Set theiceberg_metadata_compression_method setting to any supported ClickHouse compression method when working with Iceberg tables. This will enable compression of the .metadata.json files automatically.