[teiid-issues] [JBoss JIRA] Created: (TEIID-572) Add direct support for bulk updates

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Mon May 11 10:12:46 EDT 2009


Add direct support for bulk updates
-----------------------------------

                 Key: TEIID-572
                 URL: https://jira.jboss.org/jira/browse/TEIID-572
             Project: Teiid
          Issue Type: Feature Request
          Components: Connector API, Query Engine
    Affects Versions: 6.0.0
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
            Priority: Minor
             Fix For: 6.1.0


Our current approach to a jdbc preparedstatement batched update is to create an update command per batch row and allow the connector layer to determine if that can be collapsed again into a batched operation to the source.  It would be better to send a single command with batched parameters so that we don't waste type translating the same command n times.  The approach should be the same for insert/update/delete.

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