-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Query Planning
-
None
-
Fully Compatible
-
QO 2021-10-18
At the moment, the feature flag for the SBE plan cache is disabled even in the "all feature flags" build variants (see here). This was necessary because we only wanted to turn on the SBE plan cache in build variants where SBE is also enabled.
But soon, SERVER-59178 will turn on SBE by default! This means that we should have the SBE plan cache enabled in the "all feature flags" build variants. In order to make this happen, we should simply remove it from the blocklist. At the same top, we should scan etc/evergreen.yml and get rid of any places where we are explicitly enabling featureFlagSbePlanCache, as this will now happen implicitly.
- depends on
-
SERVER-59178 Re-enable SBE as the default execution engine
- Closed