Constant rocksdb::properties::NUM_LIVE_VERSIONS

source ·
pub const NUM_LIVE_VERSIONS: &PropName;
Expand description

“rocksdb.num-live-versions” - returns number of live versions. Version is an internal data structure. See version_set.h for details. More live versions often mean more SST files are held from being deleted, by iterators or unfinished compactions.