DarkWanderer / ClickHouse.Client

.NET client for ClickHouse
MIT License
303 stars 58 forks source link

Support for Brotli compression format #430

Open DmitryZhelnin opened 5 months ago

DmitryZhelnin commented 5 months ago

For now GZip is used by default but ClickHouse supports different compression types, including Brotli. In my tests Brotli algorithm is faster and it would be nice if I can use it with ClickHouseBulkCopy.

mbtolou commented 5 months ago

https://github.com/DarkWanderer/ClickHouse.Client/discussions/187 https://github.com/DarkWanderer/ClickHouse.Client/issues/169