[jira] [Created] (IGNITE-7554) SQL COPY: consider providing support for the command in batch mode

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-7554) SQL COPY: consider providing support for the command in batch mode

Anton Vinogradov (Jira)
Kirill Shirokov created IGNITE-7554:
---------------------------------------

             Summary: SQL COPY: consider providing support for the command in batch mode
                 Key: IGNITE-7554
                 URL: https://issues.apache.org/jira/browse/IGNITE-7554
             Project: Ignite
          Issue Type: Improvement
          Components: sql
    Affects Versions: 2.4
            Reporter: Kirill Shirokov


Currently SQL COPY command rejects to execute in JDBC batch mode (via java.sql.Statement.addBatch() + executeBatch()).

If we want COPY to be executed in batch mode we need to implement it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)