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

common/options: enable multiple rocksdb compaction threads for filestore #18232

Merged
merged 1 commit into from
Oct 19, 2017

Commits on Oct 10, 2017

  1. common/options: enable multiple rocksdb compaction threads for filestore

    One of the major benefits of rocksdb over leveldb is multithreaded
    compaction. The default of 1 thread does not provide much benefit, and
    is insufficient for heavy rgw workloads.
    
    For high-write and delete omap workloads I've seen up to 8 compaction
    threads be used.  There's little overhead to having a higher max than
    are needed, so set the default to 8.
    
    Signed-off-by: Josh Durgin <jdurgin@redhat.com>
    jdurgin committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    023fa81 View commit details
    Browse the repository at this point in the history