Uploaded image for project: 'Percona Server for MySQL'
  1. Percona Server for MySQL
  2. PS-7128

Document RocksDB variables: rocksdb_max_background_compactions, rocksdb_max_background_flushes, and rocksdb_max_bottom_pri_background_compactions

Details

    • Yes

    Description

      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
      

      Attachments

        Activity

          People

            patrick.birch Patrick Birch
            przemyslaw.skibinski Przemyslaw Skibinski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - Not Specified
                Not Specified
                Logged:
                Time Spent - 5 hours, 30 minutes
                5h 30m

                Smart Checklist