-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENG-3152: (#141) DocDB filtering on minor compactions
Summary: Allow DocDB filtering on minor compactions, and add tests for minor compactions specifically. Also, instead of treating expired values as tombstones at expiration hybrid time, with this change we'll be treating them as tombstones at the original hybrid time. This removes the need for special handling of collection init markers, because expiration of a collection init marker will no longer hide its sub-keys that have not expired or don't have a TTL. Test Plan: Jenkins Reviewers: sergei, pritam.damania, rahuldesirazu Reviewed By: pritam.damania Subscribers: kannan, ybase Differential Revision: https://phabricator.dev.yugabyte.com/D4550
- Loading branch information
Showing
25 changed files
with
729 additions
and
280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.