-
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
SERVER-133440 disabled the pushdown of synthesized projections for pipelines with presence-sensitive match expressions, as pushing down a projection may cause the find query to be covered by an index, which conflate missing vs null (SERVER-23229).
This is the follow-up to also disable such pushdowns for presence-sensitive aggregation expressions.
- is related to
-
SERVER-23229 Projection incorrectly returns null value instead of missing field to user if projection is covered
-
- Backlog
-
-
SERVER-133440 Covered plans can be incorrectly generated for sort queries even without projections
-
- In Code Review
-