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

Bulk Inserts are not Supported

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 2.1
    • None
    • None
    • None

    Description

      Presently the bulk inserts like these are not supported by Ignite's SQL engine:

      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)
      

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            dmagda Denis A. Magda
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: