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

Kylin Soong (JIRA) issues at jboss.org
Wed Apr 26 06:30:00 EDT 2017


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

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

A question for teiid bulk insert, does teiid support bulk insert like
{note}
INSERT INTO keyspace (KEY, VALUE) 
  VALUES ( "1", { "value": "one" } ), 
  VALUES ( "2", { "value": "two" } ), 
  …, 
  VALUES ( "n", { "value": "n" } );
{note}

> 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