Closed mehanizm closed 1 year ago
If it's important I make an insert query:
insert into table
select * from jdbc(...)
It was http_receive_timeout
option in Clickhouse settings
Create PR #170 170
Sorry, I have the same problem and can't find where I need set parameter - http_receive_timeout. Could you help me please?
I use clickhouse-jdbc-bridge to get data from Oracle. Native query from DataGrip to oracle took long time, approximately 20 minutes.
When I try to query from Clickhouse through clickhouse-jdbc-bridge it works okey for the small queries (with rownum limit).
But I cannot get all data and get different errors with no changes.
Variant 1 In clickhouse-jdbc-bridge log
And in Clickhouse after exactly 3 minutes
Variant 2 In clickhouse-jdbc-bridge log
Which config did I try
max_exection_time
in Clickhouse is set to 12000000socket_timeout
in connection to Clickhouse is set to 12000000queryTimeout
in config/server.json is set to 12000000maxWorkerExecuteTime
in config/vertx.json is set to 12000000in oracle jdbc-bridge datasource configuration
What should I try next?