[
https://issues.jboss.org/browse/TEIID-4873?page=com.atlassian.jira.plugin...
]
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-langua...
[2]
https://developer.couchbase.com/documentation/server/4.5/n1ql/n1ql-langua...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)