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

Rewrite query handling so that it also can be performed on fetched documents

    XMLWordPrintable

Details

    • MXS-SPRINT-216

    Description

      A NoSQL query is currently converted into a WHERE-clause. The same functionality is used in the $match aggregation stage, which means that $match can only appear in the beginning of the aggregation pipeline.

      The functionality should be rewritten, so that the matching can also be performed against documents fetched from the database. That way, the $match stage can appear anywhere in the aggregation pipeline. Regular finds would benefit as well, as it would allow some part of the matching to be performed using a WHERE-clause and some after the documents have been fetched from the database.

      Attachments

        Activity

          People

            johan.wikman Johan Wikman
            johan.wikman Johan Wikman
            Votes:
            0 Vote for this issue
            Watchers:
            1 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.