-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.6.5
-
Component/s: Aggregation Framework, Diagnostics, Querying
-
None
-
ALL
-
The $match aggregation pipeline uses a multikey index, however, "isMultiKey" is false in the output of aggregation explain plan.
Also, the index being used ("y_1") is missing in the field ("cursor" : "BtreeCursor "). It would be nice if the output can be ("cursor" : "BtreeCursor y_1").
- is duplicated by
-
SERVER-14628 Aggregation explain "cursor" field truncated
- Closed