-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
QE 2023-09-04, QE 2023-09-18, QE 2023-10-02, QE 2023-10-16, QE 2023-10-30
- attemptToGetExecutor and attemptToGetSlotBasedExecutor returns a list of Executors
- Establish mongot cursor(s).
- After the regular SBE executor is built in attemptToGetSlotBasedExecutor, build another SBE executor for metadata mongot cursor (we don’t need cache it) for sharded scenario.
Attach the first executor to the pipeline (if not optimized away), and return all executors back in createLegacyExecutor
- causes
-
SERVER-82474 Add explicit dependency for task_executor_cursor
- Closed
-
SERVER-89746 Coverity analysis defect 147380: Uninitialized pointer field
- Closed