Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-12307

Provide a means in query framework to efficiently determine if a query is $isolated

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 3.3.3
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
      None
    • Fully Compatible
    • Quint Iteration 7, Query 11 (03/14/16)

      Right now, $isolated is handled as an expression tree node. When update wants to find out if the current op is $isolated, it needs to walk the children of the expression root.

      It would probably be better if something like CanonicalQuery obtained this information during the initial parse and cached it.

      The $isolated node probably doesn't need to stay in the tree.

            Assignee:
            benjamin.murphy Benjamin Murphy
            Reporter:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: