clickhouse-java
clickhouse-java copied to clipboard
[client-v2] Complete support of compression by default
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