-
Type:
New Feature
-
Status: In Progress
-
Priority:
Medium
-
Resolution: Unresolved
-
Affects Version/s: Not 5.6.x, Not 5.7.x, 8.0.21-12
-
Fix Version/s: 5.7.32-35
-
Component/s: Documentation, MyRocks
-
Labels:None
-
Needs Review:Yes
https://github.com/percona/percona-server/pull/4136
1. Deprecate MyRocks variables `strict_collation_check` and `strict_collation_exceptions`. All collations are now supported for `CHAR` and `VARCHAR` indexed columns.
2. Add a new variable "rocksdb_max_compaction_history":
:dyn: Yes :scope: Global :vartype: Unsigned Integer :default: 64 min = 0, max= UINT64_MAX Track history for at most this many completed compactions. The history is in the INFORMATION_SCHEMA.ROCKSDB_COMPACTION_HISTORY table.