[teiid-issues] [JBoss JIRA] (TEIID-2322) ReusableExecution issue with large dependent joins

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Thu Dec 13 08:49:17 EST 2012


Steven Hawkins created TEIID-2322:
-------------------------------------

             Summary: ReusableExecution issue with large dependent joins
                 Key: TEIID-2322
                 URL: https://issues.jboss.org/browse/TEIID-2322
             Project: Teiid
          Issue Type: Bug
          Components: Query Engine
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins


Large dependent joins can be split among multiple queries that can be issued in parallel with the same node id (but different execution ids).  The reusable execution is reusing based upon node id, so the logic either needs to create multiple executions for the parallel case or we need to be explicit about this possibility and have the translator developer check the execution id in the translator and respond appropriately.

--
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