[teiid-issues] [JBoss JIRA] (TEIID-4873) couchbase translator should support upsert and batch insert

Steven Hawkins (JIRA) issues at jboss.org
Thu Apr 27 13:06:00 EDT 2017


    [ https://issues.jboss.org/browse/TEIID-4873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399430#comment-13399430 ] 

Steven Hawkins commented on TEIID-4873:
---------------------------------------

For JDBC translators there is the MaxPreparedInsertBatchSize property that is used to break up bulk inserts.  Something like that may be needed for Couchbase as well, unless we have a good idea on automatically determining how many rows can be sent together.

> couchbase translator should support upsert and batch insert
> -----------------------------------------------------------
>
>                 Key: TEIID-4873
>                 URL: https://issues.jboss.org/browse/TEIID-4873
>             Project: Teiid
>          Issue Type: Task
>          Components: Misc. Connectors
>    Affects Versions: 9.3
>            Reporter: Kylin Soong
>            Assignee: Kylin Soong
>             Fix For: 9.3
>
>
> * As [1], "Inserting Values Using Prepared Statements" and "Performing Bulk Inserts" hints batch update are support
> * [2] is for upsert
> [1] https://developer.couchbase.com/documentation/server/4.5/n1ql/n1ql-language-reference/insert.html
> [2] https://developer.couchbase.com/documentation/server/4.5/n1ql/n1ql-language-reference/upsert.html



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list