Sergey Chernov
Sergey Chernov
Good day, The root cause of the problem is that response object is not closed before sending a new request. I've reproduced the problem and here is my fixed version:...
@mshustov It is a application error. We may be can improve it by wrapping future and closing connection on timeout.
relates https://github.com/ClickHouse/clickhouse-java/issues/1619
Hi @wangbing505 - What is the ClickHouse jdbc version do you use? - Is it a requirement to use JDBC?
@wangbing505 1. Yes, please, update to the latest 0.7.0 version. I do not see such code in it and everything should work fine. 2. Yes, you may use java client...
@wangbing505 as the issue solved?
Need to verify how jdbc-v2 handles it.
We might need to stream big SQL requests like we do with text formats. Will prioritize this work.
Good day, @krvikash ! Yes, we will support it. From my perspective we need to make it default behavior and convert to `String` on demand. There is an issue https://github.com/ClickHouse/clickhouse-java/issues/2263...
Good day, @krvikash ! I appreciate it! Thank you!