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

Update DBOptions::IncreaseParallelism to use newer background settings #3208

Closed
wants to merge 1 commit into from

Commits on Nov 30, 2017

  1. Update DBOptions::IncreaseParallelism to use newer background settings

    The Options header file recommends using max_background_jobs rather than
    directly setting max_background_compactions or max_background_flushes.
    
    I've personally seen a performance problem where stalls were happening
    because the one background flushing thread was blocked that was fixed
    by this change -
    cockroachdb/cockroach#19699 (comment)
    a-robinson committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    ea06b9e View commit details
    Browse the repository at this point in the history