[teiid-issues] [JBoss JIRA] (TEIID-2931) Perform equi-join full outer joins in a streaming manner

Steven Hawkins (JIRA) issues at jboss.org
Mon Apr 21 07:18:33 EDT 2014


     [ https://issues.jboss.org/browse/TEIID-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-2931.
-----------------------------------

    Resolution: Done


Switched full outer equi joins to use a single pass and the same buffering as a left outer join.
                
> Perform equi-join full outer joins in a streaming manner
> --------------------------------------------------------
>
>                 Key: TEIID-2931
>                 URL: https://issues.jboss.org/browse/TEIID-2931
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Query Engine
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 8.7.1, 8.8
>
>
> A pass to compute the right outer matches is only needed when there is non-equi join criteria, since we'll already have determined the right outer values that fail to match the equi-join predicates on the first pass.  Note that second passes are limited only to the match regions, but we don't have effective buffering logic for that so we just fully buffer each side.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list