-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
QE 2023-12-25
SERVER-83685 made "trySbeRestricted" the default knob on master. We allow $search to be pushed down into sbe when "trySbeRestricted" is on, however, we lose out on the benefits of some optimizations when other stages are restricted in SBE with search. Since, search does not use multi planning, it is safe from any slowness from the SBE multiplanner. We should push down all eligible stages to SBE when $search is pushed down to benefit from faster execution and certain optimizations like search + limit.
- causes
-
SERVER-86281 $search with access to $$SEARCH_META followed by $lookup returns no results in 7.3.0-rc1
- Closed
- is related to
-
SERVER-86367 Revert changes in SERVER-84202
- Closed