-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The
{field: expr, ...}object literal syntax evaluates each sub-expression and stores the results as fields in a new object allocated in memory. If sub-expressions produce large values or the object has many fields with large results, the accumulated object can grow without bound.
In classic, this is implemented by the ExpressionObject class.
- is related to
-
SERVER-124355 Improve memory checks for array expressions
-
- Needs Merge
-