Files
mongo/buildscripts
David Storch 73d37b8fc3 SERVER-2104 add support for covered projections with dotted field paths
For example, suppose you have index {"a.b": 1}. The
projection {_id: 0, "a.b": 1} will now result in a covered
plan when this index is used.
2017-02-24 09:59:48 -05:00
..