Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-22413

Jdbc. Reduce amount of roundtrips on statement execution

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0
    • jdbc

    Description

      At the moment, every but the very first call to execute on statement object results in 4 roundtrips:

      // 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
      

      First two looks suspicious given that query from the test is a single statement.

      Attachments

        Issue Links

          Activity

            People

              korlov Konstantin Orlov
              korlov Konstantin Orlov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 40m
                  40m