You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Yu-Wen Lai (Jira)" <ji...@apache.org> on 2021/09/20 18:17:00 UTC

[jira] [Created] (IMPALA-10923) Fine grained table refreshing for partition level events

Yu-Wen Lai created IMPALA-10923:
-----------------------------------

             Summary: Fine grained table refreshing for partition level events
                 Key: IMPALA-10923
                 URL: https://issues.apache.org/jira/browse/IMPALA-10923
             Project: IMPALA
          Issue Type: Improvement
          Components: Catalog
            Reporter: Yu-Wen Lai
            Assignee: Yu-Wen Lai


For ensuring the transactional tables are consistent, we currently take whole table refreshing even a change is just for a partition only. That is too expensive and possibly make event processing has a longer delay.

To enable fine-grained table refreshing, there are three main changes in this proposal.
 # maintain validWriteIdList in Catalogd for transactional tables. We will track write id changes by AllocWriteIdEvents, CommitTxnEvents, and AbortTxnEvents.
 # trigger partition level refreshing for addPartitionEvents, dropPartitionEvents, and AlterPartitionEvents.
 # Introduce a config *incremental_refresh_acid*, which can switch on/off the fine-grained table refreshing



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org