Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
MXS-CAPACITY-26-3
Description
The cache filter has no way to reliably keep a table out of the cache. Neither a whitelist nor a blacklist built from the rules file works
ignore_tables=db1.orders,db1.audit # stringlist of full names
|
ignore_tables_regex=^db1\.tmp_ # one PCRE2 regex
|
For more details see https://mariadbcorp.atlassian.net/browse/MCDEV-4534