[ 
https://issues.apache.org/jira/browse/AIRFLOW-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ash Berlin-Taylor updated AIRFLOW-3886:
---------------------------------------
    Fix Version/s:     (was: 1.10.3)
                   1.10.4

> Add bulk insert feature to db hooks.
> ------------------------------------
>
>                 Key: AIRFLOW-3886
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3886
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: hooks
>            Reporter: Srinivasa Garlapati
>            Assignee: Srinivasa Garlapati
>            Priority: Minor
>             Fix For: 1.10.4
>
>
> Airflow's dbapi_hook doesn't support inserting multiple rows at a time, it's 
> tedious inserting one row at a time.
> Right now airflow supports single inserts as below.
> *INSERT INTO tbl_name (a,b,c) VALUES (1,2,3)*
> It'll be really faster if multiple inserts joined together.
> *{{INSERT INTO tbl_name (a,b,c) VALUES (1,2,3), (4,5,6), (7,8,9);}}*
>  
>  



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

Reply via email to