clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

[client-v2] Complete support of compression by default

Open chernser opened this issue 1 year ago • 0 comments

Describe the bug

Compression is essential feature for the client and it helps to improve performance significantly. So it should be supported out of the box:

  • add dependencies correctly so they pulled when building client application
  • documentation how to disable and what dependencies to exclude if needed.
  • add check in client builder for case compression is turned on but not enough dependencies

chernser avatar Sep 03 '24 15:09 chernser