• Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
      None
    • Query Optimization

      Support expressions($not, $gte, $elemMatch, etc) in $all clauses.

      > db.t3.save({_id:1, attr1:[1,2,3]})
      > db.t3.find({attr1:{$all:[{$gte:1}]}})
      > db.t3.save({_id:2, attr:[

      {a:1}

      ,

      {b:1}

      ,

      {c:3}

      ]})
      > db.t3.find({attr:{$all:[{a:{$gte:1}}]}})

            Assignee:
            backlog-query-optimization [DO NOT USE] Backlog - Query Optimization
            Reporter:
            scotthernandez Scott Hernandez (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: