-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Write JS tests to cover all possible cases of mutliplanner + CBR fallback.
When setting planRankerMode = automaticCE then planning should combine both multiplanner and CBR in the following way: There will be an initial round of multiplanning and depending on when that round ends we'll:
- Stick with the multiplanning results if multiplanner exited hitting EOF.
- Stick with the multiplanning plan if multiplanner exited due to filling a batch.
- Let CBR plan the query otherwise. This will currently happen if multiplanning exhausted the allocated maximum works without either hitting EOF or filling a batch.
Assertions should happen at the winning plan level
- is depended on by
-
SERVER-110941 Add multiplanner + CBR fallback test scenarios to synthetic benchmarks suite
-
- Backlog
-
-
SERVER-110951 Define scenarios where multiplanner ends with filling a batch
-
- Closed
-