Constant rocksdb::properties::ESTIMATE_PENDING_COMPACTION_BYTES
source · pub const ESTIMATE_PENDING_COMPACTION_BYTES: &PropName;
Expand description
“rocksdb.estimate-pending-compaction-bytes” - returns estimated total number of bytes compaction needs to rewrite to get all levels down to under target size. Not valid for other compactions than level- based.