melin created SPARK-46511:
-----------------------------

             Summary: Optimize spark jdbc write speed with Multi-Row Inserts
                 Key: SPARK-46511
                 URL: https://issues.apache.org/jira/browse/SPARK-46511
             Project: Spark
          Issue Type: New Feature
          Components: SQL
    Affects Versions: 4.0.0
         Environment: 
[https://brian.pontarelli.com/2011/06/21/jdbc-batch-vs-multi-row-inserts/]

mysql, pg、Oracle 23c, sqlserver

INSERT INTO table_name (column1, column2, column3)
VALUES (value1, value2, value3),
(value4, value5, value6),
(value7, value8, value9);
            Reporter: melin






--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to