Description
We need to make sure that indexes inherit the REPLICATION_SCOPE, 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.
Attachments
Attachments
Issue Links
- duplicates
-
PHOENIX-4667 Create index on a view should return error if any of the REPLICATION_SCOPE/TTL/KEEP_DELETED_CELLS attributes are set
- Closed
- is related to
-
PHOENIX-4891 An index should inherit UPDATE_CACHE_FREQUENCY setting from parent table
- Closed
- links to