[
https://issues.apache.org/jira/browse/PHOENIX-7198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richárd Antal updated PHOENIX-7198:
-----------------------------------
Attachment: MultipleUpsertPerfIT.java
> support for multi row constructors in single upsert query
> ---------------------------------------------------------
>
> Key: PHOENIX-7198
> URL: https://issues.apache.org/jira/browse/PHOENIX-7198
> Project: Phoenix
> Issue Type: New Feature
> Reporter: Rajeshbabu Chintaguntla
> Assignee: Szucs Villo
> Priority: Major
> Attachments: MultipleUpsertPerfIT.java
>
>
> Multi-row constructors in an INSERT query are part of the ANSI SQL:2003
> standard. They allow you to insert multiple rows with a single statement, as
> shown in the example below:
> INSERT INTO table_name (column1, column2, column3, ...)
> VALUES
> (value1, value2, value3, ...),
> (value1, value2, value3, ...),
> ...
> would be better to support.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)