Home
last modified time | relevance | path

Searched refs:bottommost_level_ (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/db/compaction/
Dcompaction_iterator.cc89 bottommost_level_ = in CompactionIterator()
480 if (!bottommost_level_) { in NextFromInput()
538 if (!bottommost_level_) { in NextFromInput()
542 } else if ((ikey_.type == kTypeDeletion) && bottommost_level_ && in NextFromInput()
577 prev_snapshot, bottommost_level_); in NextFromInput()
673 ikeyNotNeededForIncrementalSnapshot() && bottommost_level_ && in PrepareOutput()
Dcompaction.h200 bool bottommost_level() const { return bottommost_level_; } in bottommost_level()
354 const bool bottommost_level_; variable
Dcompaction.cc236 bottommost_level_(IsBottommostLevel(output_level_, vstorage, inputs_)), in Compaction()
248 if (!bottommost_level_) { in Compaction()
361 if (bottommost_level_) { in KeyNotExistsBeyondOutputLevel()
Dcompaction_job.h190 bool bottommost_level_; variable
Dcompaction_iterator.h170 bool bottommost_level_; variable
Dcompaction_job.cc335 bottommost_level_(false), in CompactionJob()
409 bottommost_level_ = c->bottommost_level(); in Prepare()
1222 if (bottommost_level_ && tombstone.seq_ <= earliest_snapshot) { in FinishCompactionOutputFile()
1542 cfd->ioptions()->optimize_filters_for_hits && bottommost_level_; in OpenCompactionOutputFile()