Steven Hawkins created TEIID-4449:
-------------------------------------
Summary: Allow limited replanning of subplans that use only common tables
Key: TEIID-4449
URL:
https://issues.jboss.org/browse/TEIID-4449
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.1
If a common table is fully pushed and not marked as materialized, then it could be used in
subplans in a trivial way:
with x as ... select col from x
It would be better to have that access reference a materialized common table, rather than
pushed separately.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)