-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
As part of SERVER-122255, we found that the cardinality estimator is failing to check the status result of the limitNodeCard invocation here. The next line checks ceRes != zeroCE, which returns true is ceRes is an error. This results in a bad call to propagateLimit, where we can implicitly create a default QSNEstimate.
This bug is fixed on master as part of SERVER-122255. This ticket tracks a selective backport of that work to target the limit propagation fix.
- is related to
-
SERVER-121739 Mark index skip scan plans as unsupported by CBR
-
- Closed
-
-
SERVER-122255 [Join Optimization] Expose all components of cost estimate in explain
-
- Closed
-