-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
We establish a cursor for $search queries while preparing the pipeline for execution, whereas for $searchMeta queries, we wait until the first getNext() is called. We should investigate if we can modify the $searchMeta preparation path to more closely match the $search pipeline preparation path, where the mongot cursor is established prior to any getNexts().
- is related to
-
SERVER-94874 Establish mongot cursor for $search in nested pipelines before execution begins
- Backlog