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

these JDBC parameters supported by Clickhouse?

Open kiwimg opened this issue 1 year ago • 1 comments

these JDBC parameters supported by Clickhouse? prepStmtCacheSize prepStmtCacheSqlLimit cachePrepStmts useServerPrepStmts

kiwimg avatar Aug 06 '22 01:08 kiwimg

Thanks for the request.

ClickHouse does not support prepared statement so there's no plan for useServerPrepStmts. I thought about the rest but they won't benefit performance much for the same reason. Having said that, I'll add cache once I added new SQL parser in 0.3.3.

zhicwu avatar Aug 06 '22 03:08 zhicwu