rocksdb/utilities/date_tiered
Andrew Kryczka 9e7cf3469b DeleteRange user iterator support
Summary:
Note: reviewed in  https://reviews.facebook.net/D65115

- DBIter maintains a range tombstone accumulator. We don't cleanup obsolete tombstones yet, so if the user seeks back and forth, the same tombstones would be added to the accumulator multiple times.
- DBImpl::NewInternalIterator() (used to make DBIter's underlying iterator) adds memtable/L0 range tombstones, L1+ range tombstones are added on-demand during NewSecondaryIterator() (see D62205)
- DBIter uses ShouldDelete() when advancing to check whether keys are covered by range tombstones
Closes https://github.com/facebook/rocksdb/pull/1464

Differential Revision: D4131753

Pulled By: ajkr

fbshipit-source-id: be86559
2016-11-04 12:09:22 -07:00
..
date_tiered_db_impl.cc DeleteRange user iterator support 2016-11-04 12:09:22 -07:00
date_tiered_db_impl.h Remove ImmutableCFOptions from public API 2016-09-02 14:16:31 -07:00
date_tiered_test.cc Add time series database (resubmitted) 2016-08-05 15:56:22 -07:00