-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
Right now in UpdateStage we perform a PlanStage::saveState before making changes and a PlanStage::restoreState afterwards. These operations can potentially be expensive and costly.
We should investigate whether we can omit them in some cases. If not, then we should leave a comment explaining why we can't do that as it is not clear why they are needed.
- is depended on by
-
SERVER-69396 Modify time-series inserts to use damages instead of full-document updates
- Blocked