vmware-archive / quickstep

Quickstep Project
Apache License 2.0
27 stars 13 forks source link

Improved shared subplan support. #199

Closed jianqiao closed 8 years ago

jianqiao commented 8 years ago

This PR improves the shared subplan (aka. common table expression) support to handle TPC-H query 15. There are two main updates:

  1. Augmented SimpleCostModel to handle SharedSubplanReference physical plan node.
  2. Revised SharedSubplanReference logical/physical plan nodes to avoid ExprId resolution collision when a same shared plan is referenced multiple times in a query.
pateljm commented 8 years ago

LGTM. Merging.