-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
setField instruction appers to be making Object copy even if the object is owned (was moved from the accessor to the stack).
This will result in making multiple document copies if setField instructions are executed in sequence.
instead, if the object is owned we should modify it in place.