Comments - MariaDB Connector/J

3 years, 11 months ago Gazal Gafoor

We do get socket timeout issues for queries that take longer to execute though. Like just queries that have a larger result set or ones that operate on large tables with TEXT columns with wildcard searches or CREATE INDEX statements.

Our understanding was also that socketTimeout should only impact the time for establishing the connection as opposed to the time it takes to execute a statement. Is this perhaps a bug in connectorj? Is there another connection parameter we can set along with socketTimeout to allow for longer queries?

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.