Constant rocksdb::properties::ESTIMATE_OLDEST_KEY_TIME
pub const ESTIMATE_OLDEST_KEY_TIME: &'static PropName;
Expand description
“rocksdb.estimate-oldest-key-time” - returns an estimation of oldest key timestamp in the DB. Currently only available for FIFO compaction with compaction_options_fifo.allow_compaction = false.