-
Type:
Improvement
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Currently the cost of a PhysicalScan node (and Seek and IndexScan) is a function of its cardinality estimate and startup/marginal cost coefficients. It ignores the number of projections it must produce. This leads to plans that incorrectly have identical costs according to the cost model, but in reality have different runtimes.
- duplicates
-
SERVER-76272 Improve cost model for Filter and Evaluation nodes
-
- Closed
-
- related to
-
SERVER-79633 [CQF] Consider the expression child of an EvaluationNode when determining its cost
-
- Closed
-