Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

options: change the default value for compaction threads to 8 (#169) #194

Merged
merged 1 commit into from
Oct 20, 2022

Commits on Oct 20, 2022

  1. options: change the default value for compaction threads to 8 (#169)

    This is done through the deprecated `max_background_compactions` option,
    which overrides `max_background_jobs`, so in order to avoid having an
    adverse effect on users who set `max_background_jobs` to a high value
    we try to detect that case and shift back to the user's choice in case
    there are enough background jobs to be enough for both flushes and
    compactions.
    isaac-io authored and Yuval-Ariel committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    0010a87 View commit details
    Browse the repository at this point in the history