TimonKK / clickhouse

NodeJS client for ClickHouse
Apache License 2.0
221 stars 122 forks source link

Gzip compression for Insert Queries #99

Open peterpoetzi opened 2 years ago

peterpoetzi commented 2 years ago

Currently the is isUseGzip parameter is only used when reading data from the database.

Is it also possible to compress data in an Insert stream?