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

Evaluate subquery predicates earlier or later depending on their SELECTIVITY

    XMLWordPrintable

Details

    Description

      (Based on conversation with Igor)
      There are a lot of subquery conditions out there that are inexpensive to
      evaluate and have good selectivity.

      If we just implement MDEV-83, we may get regressions. We need to take
      subquery condition's selectivity into account.

      It is difficult to get a meaningful estimate for an arbitrary, correlated
      subquery predicate.

      One possible solution is to measure selectivity during execution and reattach
      predicates on the fly.

      We don't want to change the query plan all the time, one way to dynamically
      move items between item trees is to wrap them inside Item_func_trig_cond so
      we can switch them on and off.

      Attachments

        Issue Links

          Activity

            People

              igor Igor Babaev
              psergei Sergei Petrunia
              Votes:
              3 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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