Home
last modified time | relevance | path

Searched refs:bytes_compact_to_next_level (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/db/
Dversion_set.cc2257 uint64_t bytes_compact_to_next_level = 0; in EstimateCompactionBytesNeeded() local
2269 bytes_compact_to_next_level = level_size; in EstimateCompactionBytesNeeded()
2298 level_size += bytes_compact_to_next_level; in EstimateCompactionBytesNeeded()
2299 bytes_compact_to_next_level = 0; in EstimateCompactionBytesNeeded()
2302 bytes_compact_to_next_level = level_size - level_target; in EstimateCompactionBytesNeeded()
2315 static_cast<double>(bytes_compact_to_next_level) * in EstimateCompactionBytesNeeded()