[teiid-issues] [JBoss JIRA] Closed: (TEIID-343) SQLTranslators are held per connection, but are inited for each execution

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Wed Feb 11 16:22:55 EST 2009


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

Steven Hawkins closed TEIID-343.
--------------------------------

    Resolution: Done


changed SQLTranslator to be created and initialized per execution.  see TestJDBCSourceConnection.testSqlTranslatorInitizlize.  This can be revisited if we remove the explicit passing of runtime metadata to the sqltranslator.

> SQLTranslators are held per connection, but are inited for each execution
> -------------------------------------------------------------------------
>
>                 Key: TEIID-343
>                 URL: https://jira.jboss.org/jira/browse/TEIID-343
>             Project: Teiid
>          Issue Type: Bug
>          Components: JDBC Connector
>    Affects Versions: 6.0.0
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 6.0.0
>
>
> This is problematic for several reasons.  One the runtimemetadata is expected by the sqltranslator, but that is an execution level context - multiple models from different vdbs may be assigned to the same connector.  Also the initialize method is still called, which incurs the cost rebuilding the modifiers.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the teiid-issues mailing list