ClickHouse / clickhouse-js

Official JS client for ClickHouse DB
https://clickhouse.com
Apache License 2.0
209 stars 25 forks source link

LZ4, BZ2, snappy compression support #120

Open slvrtrn opened 1 year ago

slvrtrn commented 1 year ago

Added in 22.10: https://github.com/ClickHouse/ClickHouse/pull/42071

mshustov commented 1 year ago

We should consider switching to lz4 as a default compression algorithm. ClickHouse compresses gzip in a single thread, which is slower than alternatives.

java client uses lz4 by default python client switched to lz4 in v0.5.0 https://github.com/ClickHouse/clickhouse-connect/pull/95

slvrtrn commented 1 year ago

LZ4 is blocked: