-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
-
QO 2024-04-15, QO 2024-04-29
Bonsai eligibility checks consistently account for ~0.5% of simple index scans on the getExecutor() hotpath. Removing these checks should improve performance slightly, now that Bonsai eligibility checks are somewhat no-ops as of v8.0.
The most obvious one is in get_executor.cpp:getExecutorFind().
- split from
-
SERVER-85417 Investigate potential performance benefit from consulting the plan cache earlier
- Closed