• A
    Introduce RangeDelAggregatorV2 (#4649) · 457f77b9
    Abhishek Madan 提交于
    Summary:
    The old RangeDelAggregator did expensive pre-processing work
    to create a collapsed, binary-searchable representation of range
    tombstones. With FragmentedRangeTombstoneIterator, much of this work is
    now unnecessary. RangeDelAggregatorV2 takes advantage of this by seeking
    in each iterator to find a covering tombstone in ShouldDelete, while
    doing minimal work in AddTombstones. The old RangeDelAggregator is still
    used during flush/compaction for now, though RangeDelAggregatorV2 will
    support those uses in a future PR.
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/4649
    
    Differential Revision: D13146964
    
    Pulled By: abhimadan
    
    fbshipit-source-id: be29a4c020fc440500c137216fcc1cf529571eb3
    457f77b9
Makefile 66.7 KB