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

ODBC: Implement DML operations with parameters in batch.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.7
    • 2.1
    • odbc

    Description

      Currently, if user wants for example to insert 20k records they need to call SQLExecute for the 20k times. More than that, internally, we transmit and execute the same SQL query 20k times. This is a huge overhead. We should only transfer sql query once, transfer all the parameters in a batch and then execute it once using some fast, possibly internal API.

      Attachments

        Activity

          People

            isapego Igor Sapego
            isapego Igor Sapego
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: