-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
As of SERVER-48790, MatchExpressions will no longer hold references to the original BSON. There are several pieces of code that have workarounds due to this:
- The FLE analysis code which replaces the RHS of such expressions no longer needs to ensure that any BSONElements point to valid BSON.
- RewriteExpr
- Matcher class