Searched refs:start_level_ (Results 1 – 3 of 3) sorted by relevance
105 int start_level_ = -1; member in ROCKSDB_NAMESPACE::__anon867945220111::LevelCompactionBuilder137 start_level_ = level_file.first; in PickExpiredTtlFiles()139 (start_level_ == 0) ? vstorage_->base_level() : start_level_ + 1; in PickExpiredTtlFiles()142 (start_level_ == 0 && in PickExpiredTtlFiles()175 if (start_level_ == 0 && in PickFilesMarkedForPeriodicCompaction()211 (start_level_ == 0) ? vstorage_->base_level() : start_level_ + 1; in SetupInitialFiles()214 if (start_level_ == 0) { in SetupInitialFiles()225 if (start_level_ == 0) { in SetupInitialFiles()462 if (start_level_ == 0 && in PickFileToCompact()470 assert(start_level_ >= 0); in PickFileToCompact()[all …]
219 start_level_(_inputs[0].level), in Compaction()285 mutable_cf_options_, start_level_, in InputCompressionMatchesOutput()303 if (start_level_ == 0 && input_vstorage_->level0_non_overlapping() == false) { in IsTrivialMove()323 if (!(start_level_ != output_level_ && num_input_levels() == 1 && in IsTrivialMove()445 input_vstorage_->ResetNextCompactionIndex(start_level_); in ResetNextCompactionIndex()471 input_version_->GetVersionNumber(), start_level_); in Summary()537 return (start_level_ == 0 || is_manual_compaction_) && output_level_ > 0 && in ShouldFormSubcompactions()
95 int start_level() const { return start_level_; } in start_level()323 const int start_level_; // the lowest level to be compacted variable