You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "xiaozhihong (Jira)" <ji...@apache.org> on 2022/11/30 08:21:00 UTC

[jira] [Commented] (IOTDB-4499) [RESTAPI]Unsupported to insert multiple rows of data

    [ https://issues.apache.org/jira/browse/IOTDB-4499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17641146#comment-17641146 ] 

xiaozhihong commented on IOTDB-4499:
------------------------------------

!image-2022-11-30-16-19-55-273.png|width=549,height=261!

> [RESTAPI]Unsupported to insert multiple rows of data 
> -----------------------------------------------------
>
>                 Key: IOTDB-4499
>                 URL: https://issues.apache.org/jira/browse/IOTDB-4499
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Client/Others, mpp-cluster
>    Affects Versions: 0.14.0-SNAPSHOT
>            Reporter: xiaozhihong
>            Assignee: luke.miao
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: image-2022-09-22-17-21-11-222.png, image-2022-09-22-17-22-32-087.png, image-2022-11-30-16-19-55-273.png
>
>
> In the 0.14 cluster version, the REST API does not support inserting multiple rows of data at once, but the CLI supports.
> {code:java}
> insert into root.ln.wf01.wt01(time,status,temperature) values(2017-11-01T00:04:00.000+08:00,false,21.13),(2017-11-01T00:05:00.000+08:00,true,22.72),(2017-11-01T00:06:00.000+08:00,false,20.71),(2017-11-01T00:07:00.000+08:00,false,21.45),(2017-11-01T00:08:00.000+08:00,false,22.58),(2017-11-01T00:09:00.000+08:00,false,20.98),(2017-11-01T00:10:00.000+08:00,true,25.52),(2017-11-01T00:11:00.000+08:00,false,22.91); {code}
> !image-2022-09-22-17-21-11-222.png|width=528,height=302!
> !image-2022-09-22-17-22-32-087.png|width=1083,height=79!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)