Implements a query optimizer that builds left-deep query plans, for which it uses a greedy approach to determine the join order based on cardinality estimation, and then choose the physical algorithm according to the estimated number of requests to execute the join.
Implements a query optimizer that builds left-deep query plans, for which it uses a greedy approach to determine the join order based on cardinality estimation, and then choose the physical algorithm according to the estimated number of requests to execute the join.