Searched refs:smallest_user_key (Results 1 – 8 of 8) sorted by relevance
| /rocksdb-6.9/db/compaction/ |
| D | compaction.cc | 77 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()
|
| D | compaction_picker.h | 133 bool RangeOverlapWithCompaction(const Slice& smallest_user_key,
|
| D | compaction_picker.cc | 285 const Slice& smallest_user_key, const Slice& largest_user_key, in RangeOverlapWithCompaction() argument 290 ucmp->Compare(smallest_user_key, c->GetLargestUserKey()) <= 0 && in RangeOverlapWithCompaction()
|
| D | compaction_job.cc | 1140 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/ |
| D | version_set.h | 95 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,
|
| D | version_set.cc | 78 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 …]
|
| D | column_family.h | 394 bool RangeOverlapWithCompaction(const Slice& smallest_user_key,
|
| D | column_family.cc | 1063 const Slice& smallest_user_key, const Slice& largest_user_key, in RangeOverlapWithCompaction() argument 1066 smallest_user_key, largest_user_key, level); in RangeOverlapWithCompaction()
|