You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Samarth Jain (JIRA)" <ji...@apache.org> on 2017/06/16 22:59:01 UTC

[jira] [Created] (PHOENIX-3955) Indexes should inherit the KEEP_DELETED_CELLS and TTL properties from the base table

Samarth Jain created PHOENIX-3955:
-------------------------------------

             Summary: Indexes should inherit the KEEP_DELETED_CELLS and TTL properties from the base table
                 Key: PHOENIX-3955
                 URL: https://issues.apache.org/jira/browse/PHOENIX-3955
             Project: Phoenix
          Issue Type: Bug
            Reporter: Samarth Jain


We need to make sure that indexes inherit the KEEP_DELETED_CELLS and TTL properties from the base table. Otherwise we can run into situations where the data was removed (or not removed) from the data table but was removed (or not removed) from the index. Or vice-versa. We also need to make sure that any ALTER TABLE SET TTL or ALTER TABLE SET KEEP_DELETED_CELLS statements propagate the properties to the indexes too.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)