You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2018/06/21 07:19:00 UTC

[jira] [Created] (HIVE-19955) ACID: Pre-filter the delete event registry using insert delta ranges

Gopal V created HIVE-19955:
------------------------------

             Summary: ACID: Pre-filter the delete event registry using insert delta ranges
                 Key: HIVE-19955
                 URL: https://issues.apache.org/jira/browse/HIVE-19955
             Project: Hive
          Issue Type: Bug
            Reporter: Gopal V


Since the delete deltas that will be used for the ACID impl is limited to the txn range encoded within the insert deltas, it is not useful to load any delete events for any row outside of the current file's range.

If the insert delta has "delta_3_3_0", then the "writeid=3" can be applied to the delete delta list while loading it into memory - if the file has "base_3", then the filter becomes "writeid <= 3".



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