Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-4574

Move all MDB rewrites MCS needs into the plugin

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Duplicate
    • 5.5.1
    • 6.3.1
    • MDB Plugin
    • None

    Description

      Columnstore depends on a number of handy rewrites that MDB does, namely outter to inner join rewrite, IN into EXISTS conversion for IN + subquery.
      This dependency affects Columnstore, namely we can't easily implement execution path fallback b/c the mentioned rewrites change some parts of SELECT_LEX that represents the query from the perspective of MDB.
      The named rewrites must be either applied on top of CSEP after we translate from SELECT_LEX into CSEP or whilst translating inside getSelectPlan(). The former is preferable b/c the rewrites code can be reused or moved easily.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              drrtuy Roman
              Votes:
              0 Vote for this issue
              Watchers:
              2 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.