Support for custom codecs in compact parts, allowing more flexible and efficient compression methods for data storage in ClickHouse.
Why it matters
This feature enables users to apply custom compression codecs when using compact parts, which improves storage efficiency and performance by allowing tailored compression strategies suited to specific data patterns or workloads.How to use it
Users can specify custom codecs for compact parts by configuring the desired codec settings in their table or column definitions. This involves using the appropriate compression codec syntax in the table schema or during data insertion to leverage the new custom codec support.