You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Zoltán Borók-Nagy (JIRA)" <ji...@apache.org> on 2019/07/29 11:18:00 UTC

[jira] [Resolved] (IMPALA-8636) Implement INSERT for insert-only ACID tables

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

Zoltán Borók-Nagy resolved IMPALA-8636.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 3.3.0
                   Impala 4.0

> Implement INSERT for insert-only ACID tables
> --------------------------------------------
>
>                 Key: IMPALA-8636
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8636
>             Project: IMPALA
>          Issue Type: New Feature
>            Reporter: Zoltán Borók-Nagy
>            Assignee: Zoltán Borók-Nagy
>            Priority: Critical
>              Labels: impala-acid
>             Fix For: Impala 4.0, Impala 3.3.0
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)