Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-8636

Implement INSERT for insert-only ACID tables

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • Impala 4.0.0, Impala 3.3.0
    • None

    Description

      Impala should support insertion for insert-only ACID tables.

      For this we need to allocate a write ID for the target table, and write the data into the base/delta directories.

      INSERT operation should create a new delta directory with the allocated write ID.

      INSERT OVERWRITE should create a new base directory with the allocated write ID. This new base directory will only contain the data coming from this operation.

      Attachments

        Activity

          People

            boroknagyz Zoltán Borók-Nagy
            boroknagyz Zoltán Borók-Nagy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: