-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Aggregation Framework, Querying
-
None
-
Query Execution
-
Query 2019-09-23
Currently the MatchExpression class has some methods to determine whether or not various types match the MatchExpression, but none of these are compatible with Document, which is used throughout the aggregation system.
Instead of needing to convert from a Document to a BSONObj, it would be nice to directly apply the MatchExpression to the Document, and would likely result in performance gains.
- is duplicated by
-
SERVER-75457 Allow MatchExpression to match Document
- Closed
- related to
-
SERVER-22631 Improve efficiency of matching during an aggregation pipeline.
- Closed