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

Java client and JDBC driver for ClickHouse

Results 485 clickhouse-java issues
Sort by recently updated
recently updated
newest added

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....

performance
v2-feedback
jdbc-v2

## 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...

bug
investigating
jdbc-v2
area:data-type

## 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.

jdbc-v2
area:general

### 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...

enhancement
client-api-v2

### 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...

area:docs
v2-feedback