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

index condition pushdown not used in partition unordered index scan

    XMLWordPrintable

Details

    • Not for Release Notes

    Description

      MDEV-12404 added ICP to partition ordered index scans, but it did not add it to unordered scans. There's no call to read_with_icp in ha_partition::handle_unordered_next or ha_partition::handle_unordered_scan_next_partition.

      Also note lack of read_with_icp in an ordered scan too:

      /* in ha_partition::handle_ordered_prev: */
        if (unlikely((error= file->ha_index_prev(rec_buf))))
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ycp Yuchen Pei
              Votes:
              0 Vote for this issue
              Watchers:
              4 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.