PragmaTwice commented on PR #3164:
URL: https://github.com/apache/kvrocks/pull/3164#issuecomment-3270135382

   Not necessary in this PR, but we need to consider:
   - if a TS key is deleted, how to also delete related label index?
   - if a TS key is expired, how to handle it in the compaction filter of the 
new CF?
   
   Maybe when we are accessing the label index, we should check if the TS key 
is currently available (not expired and deleted), and in compaction we can 
recycle label index with expired/deleted TS keys.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to