-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Follow-up from SERVER-37715.
This could be supported for dotted paths where only the leaf is multikey. Note however that if any prefix component is multikey, it can't be supported, because every path component is "unwound" in the index, but $unwind only unwinds arrays at the end of the path (e.g. unwind: 'a.b.c' would not unwind arrays on a or a.b).
- is related to
-
SERVER-37715 Use DISTINCT_SCAN for $unwind-$group pipelines
-
- Open
-