[teiid-issues] [JBoss JIRA] (TEIID-2394) Allow local connections to use thread bound transactions

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Wed Jun 12 07:56:55 EDT 2013


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

Steven Hawkins closed TEIID-2394.
---------------------------------


    
> Allow local connections to use thread bound transactions
> --------------------------------------------------------
>
>                 Key: TEIID-2394
>                 URL: https://issues.jboss.org/browse/TEIID-2394
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Query Engine
>    Affects Versions: 7.0
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>            Priority: Minor
>             Fix For: 8.3
>
>
> To facilitate usage of non-pooled local connections, it would be useful for the engine to automatically use the thread bound transaction for queries.
> An approximate workaround in local mode is to set the userSourceQueryConcurrency to 1 and use the disableLocalTxn property if needed to prevent calling code from starting a local transaction.  The downside of this approach is that non-transactional work will be performed serially and Teiid temporary tables will not be transactionally aware.

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