Hello community,
Which are the JDBC parameters for increasing the query timeout for Mysql as a source. Cannot find this documented.
Thanks in advance.
✍️ 1
u
user
10/07/2022, 10:35 AM
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 2640 to ensure timely resolution!
m
Marcos Marx (Airbyte)
10/07/2022, 12:52 PM
This is not a database parameter? Not sure if you can control using jdbc params
👀 1
s
Saj Dider (Airbyte)
10/07/2022, 3:00 PM
Is there JDBC parameter for increasing query timeout? I tried searching for one but could not find it.
j
James
10/11/2022, 12:52 PM
The timeout parameters can be set at the server level. though this will affect all the queries hitting the DB. If what @Saj Dider (Airbyte) is asking is possible, it will allow us to increase timeout from the client side instead of from the DB
s
Saj Dider (Airbyte)
10/14/2022, 6:09 PM
@James, were you able to find a related parameter to solve your issue?