Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-23791

Segregate some of optimizer rewrites into separate functions

    XMLWordPrintable

Details

    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. However MCS doesn't tolerate full JOIN::optimize processing b/c of an internal limitation in JOIN processing(the join graph must be acyclic).
      We need a new dedicated optimize() method in Select Handler that must replace JOIN::optimize() call. This method must be able to call dedicated functions that can apply rewrites listed above.

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              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.