[
https://jira.jboss.org/jira/browse/TEIID-572?page=com.atlassian.jira.plug...
]
Steven Hawkins resolved TEIID-572.
----------------------------------
Resolution: Done
Added a method isMultiValued to ILiteral. For bulk values isMultiValued will be true and
indicates that the value is a list. In this way bulk operations do not need any special
representation, such as bulkinsert.
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