dependent join enhancements
---------------------------
Key: TEIID-3530
URL:
https://issues.jboss.org/browse/TEIID-3530
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.12
We need to address several aspects of dependent joins:
- allow for translators to control if bind variables will be used (oracle should not)
- remove the dependentJoinPushdownThreshold option and allow the planner to fully push
the join based upon the plan
- have rule choose dependent make a better determination of when to use a temp table vs.
in predicates.