James Taylor created OMID-104:
---------------------------------
Summary: Support TTL
Key: OMID-104
URL: https://issues.apache.org/jira/browse/OMID-104
Project: Apache Omid
Issue Type: Bug
Reporter: James Taylor
Because of the multiplication that is done on Cell timestamps, the default TTL
mechanism in HBase won't work. It's fairly easy to emulate it, though, since
Cells have a timestamp that still corresponds to wall clock time. For example
implementation in Tephra, see:
* TransactionProcessor.createStoreScanner() which is called fromĀ
preCompactScannerOpen()
* TransactionVisibilityFilter which filters Cells that are past their TTL
This isn't a showstopper for release in Phoenix, but it a pretty important
feature as most use cases depend on this functionality.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)