Searched refs:overlaps (Results 1 – 3 of 3) sorted by relevance
24 …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 …
20 … 100MB, if an L2 file overlaps with 8 L3 files, we need to rewrite about 800MB of data to get the …
3170 std::vector<FileMetaData*> overlaps; in MaxNextLevelOverlappingBytes() local3173 GetOverlappingInputs(level + 1, &f->smallest, &f->largest, &overlaps); in MaxNextLevelOverlappingBytes()3174 const uint64_t sum = TotalFileSize(overlaps); in MaxNextLevelOverlappingBytes()