[teiid-issues] [JBoss JIRA] (TEIID-2495) Detect situations in which intermediate updates are not needed such that the updates can be grouped

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Tue Aug 6 11:11:26 EDT 2013


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

Steven Hawkins updated TEIID-2495:
----------------------------------

    Attachment: teiid.patch


Patch showing a sketch of update batching based upon the transaction.  This would need refined (remove binding to allow for source batching, detect bulk, handling for generated keys, rowcount, etc.) and moved to the transactioncontext so that all updates could be trapped - otherwise a similar datamanager would be needed in ForEachRowPlan but both would miss lower level queries (such as actions triggered by matview queries).
                
> Detect situations in which intermediate updates are not needed such that the updates can be grouped
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TEIID-2495
>                 URL: https://issues.jboss.org/browse/TEIID-2495
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Query Engine
>    Affects Versions: 8.3
>            Reporter: Jing Li
>            Assignee: Steven Hawkins
>             Fix For: 8.5
>
>         Attachments: teiid.patch
>
>
>  The default processing model is to simply perform the execution for each row, an enhancment would be required for Teiid to detect situations in which intermediate updates are not needed such that the updates can be grouped.

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