Uploaded image for project: 'MariaDB MaxScale'
  1. MariaDB MaxScale
  2. MXS-3394

"Rewrite Filter"

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 22.08.0
    • rewritefilter
    • None
    • MXS-SPRINT-156, MXS-SPRINT-157, MXS-SPRINT-158, MXS-SPRINT-159, MXS-SPRINT-160, MXS-SPRINT-162, MXS-SPRINT-163, MXS-SPRINT-164

    Description

      There are statements that are expensive to perform but that can be optimized, yet are not optimized by the server. In some cases such statements can not only be identified by a regular expression, but also rewritten by one.

      The primary driver of the rewriting filter is to provide a mechanism using which DBAs can provide regular expressions that rewrite statements, so that their execution by the server is faster.

      It should be noted that rewriting anything with regular expression is very fragile, as it is easy to create something that matches when it shouldn't and that does not match when it should, so as a tool it is quite blunt.

      It shall be possible

      • to provide an arbitrary number of ordered regular expressions that are applied on all statements passing through MaxScale, and
      • to change at runtime the list of expressions.

      However, note that the list of expressions are fixed at session creation time. Changes take effect only on sessions created after the changes have been made.

      It should be possible:

      • to specify whether the expressions are applied until first match or whether subsequent expressions should be applied to the altered statement.

      This sounds a bit like Named Server Filter and Regex Filter; why not extend either of those? There are a number of reasons why that is not feasible.

      • Creating the boiler plate of a filter is trivial, so not having to do that saves nothing.
      • Both of those filters have their complete configuration in the configuration file, which is not only clumsy and fragile, but not applicable if the number of regular expressions can be large and if they must be modifiable at runtime.
      • As what is described here is different from what either of those filters are directly intended for, there would have to be different modes and the filter would have to behave differently depending on the mode it is running in. That would add complexity and the risk for the old behaviour breaking would be quite high.

      Attachments

        Activity

          People

            nantti Niclas Antti
            johan.wikman Johan Wikman
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.