Home
last modified time | relevance | path

Searched defs:start_level (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/db/compaction/
Dcompaction_picker_universal.cc702 int start_level = sorted_runs_[start_index].level; in PickCompactionToReduceSortedRuns() local
881 int start_level; in PickDeleteTriggeredCompaction() local
979 int start_level = sorted_runs_[start_index].level; in PickCompactionToOldest() local
1068 int start_level = sorted_runs_[start_index].level; in PickPeriodicCompaction() local
Dcompaction.h95 int start_level() const { return start_level_; } in start_level() function
Dcompaction_picker.cc590 int start_level = 0; in CompactRange() local
1060 const std::string& cf_name, VersionStorageInfo* vstorage, int* start_level, in PickFilesMarkedForCompaction()
Dcompaction_picker_test.cc107 void SetCompactionInputFilesLevels(int level_count, int start_level) { in SetCompactionInputFilesLevels()
/rocksdb-6.9/db/
Ddb_universal_compaction_test.cc2189 int start_level = -1; in TEST_F() local
Dversion_set.cc5284 const Slice& end, int start_level, in ApproximateSize()