Done
Details
Assignee
patrick.birchpatrick.birchReporter
Przemyslaw SkibinskiPrzemyslaw SkibinskiNeeds Review
YesTime tracking
5h 30m loggedComponents
Affects versions
Priority
Medium
Details
Details
Assignee
patrick.birch
patrick.birchReporter
Przemyslaw Skibinski
Przemyslaw SkibinskiNeeds Review
Yes
Time tracking
5h 30m logged
Components
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created June 16, 2020 at 3:24 PM
Updated March 6, 2024 at 11:05 AM
Resolved June 29, 2020 at 12:34 PM
Implemented at https://github.com/percona/percona-server/pull/3880
1. Add a new variable "rocksdb_max_bottom_pri_background_compactions":
:dyn: No :scope: Global :vartype: Unsigned Integer :default: 0
"Creating specified number of threads, setting lower " "CPU priority, and letting compactions use them. " "Maximum compaction concurrency is capped by " "rocksdb_max_background_compactions or " "rocksdb_max_background_jobs." min = 0, max= 64
2. Add a new variable "rocksdb_max_background_flushes":
:dyn: No :scope: Global :vartype: Integer :default: -1
"Set DBOptions::max_background_flushes for RocksDB" min = -1, max= 64
3. Add a new variable "rocksdb_max_background_compactions":
:dyn: Yes :scope: Global :vartype: Integer :default: -1
"Set DBOptions::max_background_compactions for RocksDB" min = -1, max= 64