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

Wildcard support in index/query/projection

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

      db.foo.ensureIndex(

      { "a.*.b" : 1 }

      )
      db.foo.find(

      { "a.*.b" : 5 }

      )
      db.foo.find( {} ,

      { "a.*b" : 1 }

      )

            Assignee:
            backlog-query-optimization [DO NOT USE] Backlog - Query Optimization
            Reporter:
            minaguib Mina Naguib
            Votes:
            67 Vote for this issue
            Watchers:
            63 Start watching this issue

              Created:
              Updated: