-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Storage
-
None
-
Storage NYC 2018-11-19
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The code in MultiIndexBlockImpl here that saves and restores the plan executor is unnecessary. In the case of yielding, PlanYieldPolicy::yield already saves and restores. In the case of WCEs, the try-catch block also handles saving and restoring. Removing can potentially speed up background index builds by 20%.