issues
search
ClickHouse
/
clickhouse-cpp
C++ client library for ClickHouse
Apache License 2.0
303
stars
159
forks
source link
Add ZSTD compression
#367
Closed
byian
closed
5 months ago
byian
commented
8 months ago
To resolve #35
Added zstd v1.5.5 sources to contrib
New cmake option WITH_SYSTEM_ZSTD to choose between building and using the system installed library
Compression and decompression are implemented using the Simple API (so there is no choice of compression level)
Updated tests
byian
commented
8 months ago
@Enmk Could you please trigger CI for this?
To resolve #35