Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
Filing this based on discussion with monty:
When we are re-executing a Prepared Statement, make the join optimizer use the join order from the previous execution as the starting point.
This will allow to speed up join optimization: the optimizer will start with a [hopefully] good query plan with small cost. This will allow to prune away some join prefixes.