apla / node-clickhouse

Yandex ClickHouse driver for nodejs
MIT License
217 stars 50 forks source link

brotli compression #69

Open depyronick opened 3 years ago

depyronick commented 3 years ago

is this library supports brotli compression?

gratcliff commented 3 years ago

Bumping on this issue!

Clickhouse seems to support Brotli, but attempting to use it yields the following error: Request failed Error: Incompatible format stemming from this validation.

Would love to see support here, as the compression ratio and benefits for data transfer are huge!