Sergey Chernov

Results 277 comments of Sergey Chernov

@copilot there is one test in client-v2 failing: ``` ClientTests.testDefaultSettings:257 expected [33] but found [34] ```

@mzitnik While working on this issue I've got next thoughts: - the flag will affect whole client. So it would be problematic to tolerate bigger strings from subset of columns...

Good day, @DKyryk! Thank you for the feedback. The JDBC v2 has an option to do insert using RowBinaryFormat if parameters are not wrapped with function calls. Please set driver...

@DKyryk regarding ``` line 4:15 extraneous input '.' expecting {',', ')'} line 4:55 extraneous input '.' expecting {',', ')'} ``` It should be fixed in the 0.9.1 but I will...

@DKyryk regarding client-v2 usage - configuration seems right. - please try removing `.useHttpCompression(true)` - this option uses not the best lz4 implementation and ClikHouse's LZ4 support works better. - please...

@DKyryk glad to hear that it helped! I think, 5 seconds for 10K record a bit slow. I would expect 1 - 2 seconds for remote application. But this very...

@DKyryk thank you for the statement! is it the one that gives error? If you data source is something like JSON stream and you do not need to pre-process it...

Good day, @DKyryk ! I suspect it is stale connection. We had similar issue with v1 and that was a reason we have implemented retries. - try setting `com.clickhouse.client.api.ClientConfigProperties#SOCKET_KEEPALIVE_OPT` with...

Good day, @DKyryk ! Thank you for letting us know! It is quite strange that stale connections happen for 10 seconds. We will investigate.

Good day, @bobelev ! What are server and client versions? We will look into it shortly. Thanks!