Home
last modified time | relevance | path

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

/rocksdb-6.9/db/compaction/
Dcompaction.cc77 const std::vector<CompactionInputFiles>& inputs, Slice* smallest_user_key, in GetBoundaryKeys() argument
90 ucmp->Compare(start_user_key, *smallest_user_key) < 0) { in GetBoundaryKeys()
91 *smallest_user_key = start_user_key; in GetBoundaryKeys()
104 ucmp->Compare(start_user_key, *smallest_user_key) < 0) { in GetBoundaryKeys()
105 *smallest_user_key = start_user_key; in GetBoundaryKeys()
Dcompaction_picker.h133 bool RangeOverlapWithCompaction(const Slice& smallest_user_key,
Dcompaction_picker.cc285 const Slice& smallest_user_key, const Slice& largest_user_key, in RangeOverlapWithCompaction() argument
290 ucmp->Compare(smallest_user_key, c->GetLargestUserKey()) <= 0 && in RangeOverlapWithCompaction()
Dcompaction_job.cc1140 std::string smallest_user_key; in FinishCompactionOutputFile() local
1152 smallest_user_key = meta->smallest.user_key().ToString(false /*hex*/); in FinishCompactionOutputFile()
1153 lower_bound_guard = Slice(smallest_user_key); in FinishCompactionOutputFile()
/rocksdb-6.9/db/
Dversion_set.h95 const Slice* smallest_user_key,
246 bool OverlapInLevel(int level, const Slice* smallest_user_key,
440 bool RangeMightExistAfterSortedRun(const Slice& smallest_user_key,
583 const Slice& smallest_user_key,
Dversion_set.cc78 const Slice& smallest_user_key, in OverlapWithIterator() argument
82 InternalKey range_start(smallest_user_key, kMaxSequenceNumber, in OverlapWithIterator()
818 const Slice* smallest_user_key, in SomeFileOverlapsRange() argument
825 if (AfterFile(ucmp, smallest_user_key, f) || in SomeFileOverlapsRange()
837 if (smallest_user_key != nullptr) { in SomeFileOverlapsRange()
840 small.SetMinPossibleForUserKey(*smallest_user_key); in SomeFileOverlapsRange()
1602 const Slice& smallest_user_key, in OverlapWithLevelIterator() argument
1620 if (AfterFile(ucmp, &smallest_user_key, file) || in OverlapWithLevelIterator()
2816 Slice smallest_user_key = ExtractUserKey(f.smallest_key); in GenerateBottommostFiles() local
2872 const Slice* smallest_user_key, in OverlapInLevel() argument
[all …]
Dcolumn_family.h394 bool RangeOverlapWithCompaction(const Slice& smallest_user_key,
Dcolumn_family.cc1063 const Slice& smallest_user_key, const Slice& largest_user_key, in RangeOverlapWithCompaction() argument
1066 smallest_user_key, largest_user_key, level); in RangeOverlapWithCompaction()