v.20.12New Feature
Add support for *.xz compression in file() function
add.xzcompression/decompression support.It enables using.xzinfile()function. This closes #8828. #16578 (Abi Palagashvili).
Why it matters
This feature allows users to read from and write to*.xz compressed files directly within ClickHouse queries, expanding the range of supported file formats and improving integration with compressed data workflows.How to use it
Use thefile() table function with paths to *.xz compressed files as input. ClickHouse will handle compression and decompression automatically when reading or writing these files.