Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LZ4, BZ2, snappy compression support #120

Open
slvrtrn opened this issue Oct 20, 2022 · 2 comments
Open

LZ4, BZ2, snappy compression support #120

slvrtrn opened this issue Oct 20, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@slvrtrn
Copy link
Contributor

slvrtrn commented Oct 20, 2022

Added in 22.10: ClickHouse/ClickHouse#42071

@slvrtrn slvrtrn added the enhancement New feature or request label Oct 20, 2022
@mshustov
Copy link
Member

mshustov commented Jan 19, 2023

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 ClickHouse/clickhouse-connect#95

@slvrtrn
Copy link
Contributor Author

slvrtrn commented Feb 2, 2023

LZ4 is blocked:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants