Home
last modified time | relevance | path

Searched refs:max_compactions (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl_debug.cc252 return GetBGJobLimits().max_compactions; in TEST_BGCompactionsAllowed()
Ddb_impl_compaction_flush.cc2019 while (bg_compaction_scheduled_ < bg_job_limits.max_compactions && in MaybeScheduleFlushOrCompaction()
2048 res.max_compactions = std::max(1, max_background_jobs - res.max_flushes); in GetBGJobLimits()
2053 res.max_compactions = std::max(1, max_background_compactions); in GetBGJobLimits()
2057 res.max_compactions = 1; in GetBGJobLimits()
2257 bg_job_limits.max_compactions, bg_flush_scheduled_, in BackgroundFlush()
Ddb_impl.cc1025 new_bg_job_limits.max_compactions > in SetDBOptions()
1026 current_bg_job_limits.max_compactions; in SetDBOptions()
1035 env_->IncBackgroundThreadsIfNeeded(new_bg_job_limits.max_compactions, in SetDBOptions()
Ddb_impl_open.cc68 result.env->IncBackgroundThreadsIfNeeded(bg_job_limits.max_compactions, in SanitizeOptions()
Ddb_impl.h594 int max_compactions; member