clickhouse-java
clickhouse-java copied to clipboard
Java client and JDBC driver for ClickHouse
### Describe the bug I;ve integrated` clickhouse http client and jdbc lib` and I want to use http client using `APACHE_HTTP_CLIENT` provider but I'm getting error when running spring boot...
### Describe the bug The Code example is plan to execute 100 times insert, but only 10 times, and the program is blocked. Then got timeout I am trying to...
Our application uses `clickhouse-jdbc` in sync mode (`async=false`). It periodically executes bulk inserts in its background thread. But `clickhouse-jdbc` creates a default thread pool with a fixed amount of threads:...
## Summary Mono resource manager for updateCount close the response when complete ## Checklist Delete items not relevant to your PR: - [ ] Unit and integration tests covering the...
can you add cityhash64 for https://github.com/ClickHouse/clickhouse-java/blob/bbd6808748c382a88bf0a2a212c73c9cb29237e3/clickhouse-data/src/main/java/com/clickhouse/data/ClickHouseCityHash.java#L45
### Describe the bug Actually it is not a bug, it is an issue with integration tests. According to [CONTIBUTING.md](https://github.com/ClickHouse/clickhouse-java/blob/main/CONTRIBUTING.md) the integration tests use testcontainers to run clickhouse-server. When I...
Hey, folks! I am trying to make a migration from **ru.yandex.clickhouse-jdbc 0.3.1-patch** to **com.clickhouse-jdbc 0.6.0** I see a lot of changes there and I changed most part of our code...
https://github.com/ClickHouse/clickhouse-java/blob/bbd6808748c382a88bf0a2a212c73c9cb29237e3/clickhouse-jdbc/src/main/java/com/clickhouse/jdbc/internal/ClickHouseConnectionImpl.java#L798
## Summary Addreses #1532 Disable ipv6 mode for keeper-server for testcontainers environment because otherwise ClickHouse does not start in docker and integration tests are failed to run
Is there a rough limit (or guideline) for when it's recommended we maintain a pool of ClickHouseClients instead of generating a new client per request? (Whether it's a limit of...