]
Steven Hawkins resolved TEIID-5417.
-----------------------------------
Resolution: Done
Corrected the set creation by the dependent criteria processor and addressed several of
the array typing issues that arose.
Performance degradation with large in predicate against temp table
------------------------------------------------------------------
Key: TEIID-5417
URL:
https://issues.jboss.org/browse/TEIID-5417
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 11.1, 11.0.1, 10.3.3
Dependent joins producing a large in predicate will do a linear search over the
predicate. The predicate should be marked as all constants and dealt with as a set
instead.