Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Current implementation uses depth first approach for propagating cost improvements to parent rel nodes. This could lead to stack overflow if the rel node hierarchy is very deep. Suggest use breath first approach for cost propagation.
Attachments
Issue Links
- is duplicated by
-
CALCITE-3990 Use a more efficient algorithm for cost propagation in Volcano planner
-
- Closed
-
- links to