Andrew Kryczka 7ffb10fc1a DeleteRange compaction statistics
Summary:
- "rocksdb.compaction.key.drop.range_del" - number of keys dropped during compaction due to a range tombstone covering them
- "rocksdb.compaction.range_del.drop.obsolete" - number of range tombstones dropped due to compaction to bottom level and no snapshot saving them
- s/CompactionIteratorStats/CompactionIterationStats/g since this class is no longer specific to CompactionIterator -- it's also updated for range tombstone iteration during compaction
- Move the above class into a separate .h file to avoid circular dependency.
Closes https://github.com/facebook/rocksdb/pull/1520

Differential Revision: D4187179

Pulled By: ajkr

fbshipit-source-id: 10c2103
2016-11-28 11:54:12 -08:00
..
2016-09-01 13:50:39 -07:00
2016-11-15 15:24:16 -08:00
2016-10-17 15:34:13 -07:00
2016-09-22 11:56:18 -07:00
2016-06-14 17:07:34 -07:00
2016-03-30 14:36:48 -07:00
2016-11-28 11:54:12 -08:00
2016-10-19 19:45:57 -07:00
2016-11-17 18:39:15 -08:00
2016-03-22 17:10:31 -07:00