-
Type: Sub-task
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
Following SERVER-90492, plans with VirtualScanNodes can be cached in the classic plan cache, and (the unit tests which take advantage of this run with featureFlagSbeFull enabled and disabled. This ticket tracks 2 nice to have improvements:
- Refactor VirtualScanCacheData and VirtualScanNode to share common data members
- Refactor unit tests to automatically run with both 'featureFlagSbeFull' configurations (as opposed to passing the test body to a lambda which does this)