[
https://issues.apache.org/jira/browse/IGNITE-22413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konstantin Orlov reassigned IGNITE-22413:
-----------------------------------------
Assignee: Konstantin Orlov
> 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
> Assignee: Konstantin Orlov
> Priority: Major
> Labels: ignite-3
>
> 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)