Home
last modified time | relevance | path

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

/rocksdb-6.9/docs/_posts/
D2017-06-26-17-level-based-changes.markdown24 …is happens regardless of which L0 file is initially chosen as each file overlaps with every other …
30 …h file from the top is the next largest, we can't compact it because it overlaps with the top two …
D2016-01-29-compaction_pri.markdown20 … 100MB, if an L2 file overlaps with 8 L3 files, we need to rewrite about 800MB of data to get the …
/rocksdb-6.9/db/
Dversion_set.cc3170 std::vector<FileMetaData*> overlaps; in MaxNextLevelOverlappingBytes() local
3173 GetOverlappingInputs(level + 1, &f->smallest, &f->largest, &overlaps); in MaxNextLevelOverlappingBytes()
3174 const uint64_t sum = TotalFileSize(overlaps); in MaxNextLevelOverlappingBytes()