-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
ALL
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The repro provided shows that a wildcard index on the meta field in a TS collection can cause some queries to fail incorrectly. The queries that fail seem to eligible for the bounded sort optimization (printing the stacktrace also shows the bounded sorter rewrite in progress).
If we do not create the wildcard index, the query completes successfully. Creating an index should not cause a valid query to fail.
- is related to
-
SERVER-101795 Timeseries query with nested $elemMatch incorrectly uasserts
-
- Backlog
-