v.22.7New Feature

Add Compression Level Specification for Data Export

Add the ability to specify compression level during data export. #38907 (Nikolay Degterinsky).
Added the ability to specify the compression level when exporting data in ClickHouse.

Why it matters

This feature allows users to control the compression level during data export operations, enabling them to balance between compression efficiency and performance according to their needs.

How to use it

Users can specify the desired compression level by setting the appropriate option in the export command or query, adjusting the compression level parameter to optimize export speed and output file size.