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

Kylin Soong (JIRA) issues at jboss.org
Thu Apr 27 02:01:00 EDT 2017


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

Kylin Soong commented on TEIID-4873:
------------------------------------

Couchbase client don't have mechanism to support Prepared Statements, so for batch insert, I just made support bulk updates with multiple values. we may add a notes in document for this, now upsert is supported.

> 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