-
Type:
New Feature
-
Status: In Progress
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: Not 5.6.x
-
Fix Version/s: 5.7.32-35
-
Component/s: Documentation, MyRocks
-
Labels:None
-
Needs Review:Yes
https://github.com/percona/percona-server/pull/4081
Should modify: https://www.percona.com/doc/percona-server/5.7/myrocks/status_variables.html
This variable shows the number of triggered additional compactions.
MyRocks triggers an additional compaction if (number of deletions / number of entries) > (rocksdb_compaction_sequential_deletes / rocksdb_compaction_sequential_deletes_window) in the SST file.