Konstantin Orlov created IGNITE-22413:
-----------------------------------------
Summary: Jdbc. Reduce amount of roundtrips on statement execution
Key: IGNITE-22413
URL: https://issues.apache.org/jira/browse/IGNITE-22413
Project: Ignite
Issue Type: Bug
Components: jdbc
Reporter: Konstantin Orlov
At the moment, every but the very first call to {{execute}} on statement object
results in 4 roundtrips:
{code}
// below are operation codes of incoming messages on the server side in the
order they are appear
>>>>DEBUG incoming JDBC_MORE_RESULTS
>>>>DEBUG incoming JDBC_CURSOR_CLOSE
>>>>DEBUG incoming JDBC_EXEC
>>>>DEBUG incoming JDBC_CURSOR_CLOSE
{code}
First two looks suspicious given that query from the test is a single statement.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)