-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
ALL
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Given a field (eg. a), an array of objects, and a nested field inside a (eg. a.b), multikey indices support both the fields being in the index (like {"a":1, "a.b": 1}) but samplingCE does not, leading to the tassert 10061113 during index skip estimation: "Parallel arrays are not supported; at most one index field may be array-valued per document".
Note that a similar argument likely applies for parallel nested indexed fields along a common array path, like the index {"a.b":1, "a.c": 1} and a document like {a: [{b: 0, c: 0}]}
- related to
-
SERVER-129996 Add cross validation testing for CE sample evaluation versus BTree key generator
-
- In Code Review
-
-
SERVER-100611 Better estimation of Index skip scan plans in CBR
-
- Closed
-