You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2018/04/16 08:20:00 UTC

[jira] [Updated] (IGNITE-6092) Bulk Inserts are not Supported

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

Andrey Gura updated IGNITE-6092:
--------------------------------
    Fix Version/s:     (was: 2.5)
                   2.6

> Bulk Inserts are not Supported 
> -------------------------------
>
>                 Key: IGNITE-6092
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6092
>             Project: Ignite
>          Issue Type: New Feature
>    Affects Versions: 2.1
>            Reporter: Denis Magda
>            Assignee: Alexander Paschenko
>            Priority: Critical
>             Fix For: 2.6
>
>
> Presently the bulk inserts like these are not supported by Ignite's SQL engine:
> {code}
> INSERT INTO City (id, name)
> VALUES (1, 'Forest Hill'),
>        (2, "Denver"),
>        (3, "St. Petersburg")
> INSERT INTO Person (id, name, city_id)
> VALUES (1, 'John Doe', 3),
>        (2, "Jane Roe", 2),
>        (3, "Mary Major", 1),
>        (4, "Richard Miles", 2)
> {code}
> Let's plan to support them for the nearest release. I've used DBeaver tool to validate the statements above:
> https://apacheignite-tools.readme.io/docs/dbeaver



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