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

release-23.2: storage: expose new compaction concurrency env var #113313

Merged
merged 1 commit into from Nov 3, 2023

Commits on Oct 25, 2023

  1. storage: expose new compaction concurrency env var

    Add a new COCKROACH_COMPACTION_CONCURRENCY environment variable to control the
    maximum number of concurrent compactions that a single store will schedule.
    This environment variable will supersede the old COCKROACH_ROCKSDB_CONCURRENCY
    environment variable which was undocumented and was unfortunately named.
    
    Epic: none
    Release note (ops change): Introduced a new documented environment variable
    that allows an operator to configure the compaction concurrency.
    jbowens committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    fd58d65 View commit details
    Browse the repository at this point in the history