Home
last modified time | relevance | path

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

/rocksdb-6.9/db/compaction/
Dcompaction_picker.cc71 size_t new_compact_bytes_per_del_file = 0; in FindIntraL0Compaction() local
75 new_compact_bytes_per_del_file = compact_bytes / (limit - start); in FindIntraL0Compaction()
77 new_compact_bytes_per_del_file > compact_bytes_per_del_file || in FindIntraL0Compaction()
81 compact_bytes_per_del_file = new_compact_bytes_per_del_file; in FindIntraL0Compaction()