clickhouse-java
clickhouse-java copied to clipboard
Java client and JDBC driver for ClickHouse
Reporting against v.0.9.1. We are using ClickHouse JDBC via Hibernate - our code is calling createNativeQuery a lot - which means creating (and throwing away) a great number of PreparedStatements....
## Description I am using JDBC driver 0.8.4 Spark3.5.1. Write ClickHouse using Spark JDBC, Date type data, automatically converted time zones My region is Singapore, spark job is configured as...
## Description There is a concept of "warning" in JDBC. Most major entities like Connection, Statement, ResultSet return them. This issue about implementing them across JDBC.
### Use case Currently, the ClickHouse Java Client v2 only supports `RowBinaryFormatWriter` for batch insertions, but does not provide `NativeFormatWriter` support. The `Native` format typically offers better performance compared to...
### Describe your feedback - Inconsistency between documentation and ChangeLogs regarding minimum JDK runtime requirements. - For https://github.com/ClickHouse/clickhouse-java/releases/tag/v0.6.4 , it is mentioned that, ``` Lowest supported Java version will be...