You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Jialin Qiao (Jira)" <ji...@apache.org> on 2021/10/08 07:07:00 UTC

[jira] [Assigned] (IOTDB-1361) Support delete one measurement in an aligned timeseries

     [ https://issues.apache.org/jira/browse/IOTDB-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jialin Qiao reassigned IOTDB-1361:
----------------------------------

    Assignee: Yukun Zhou  (was: Kaifeng Xue)

> Support delete one measurement in an aligned timeseries
> -------------------------------------------------------
>
>                 Key: IOTDB-1361
>                 URL: https://issues.apache.org/jira/browse/IOTDB-1361
>             Project: Apache IoTDB
>          Issue Type: New Feature
>            Reporter: Haonan Hou
>            Assignee: Yukun Zhou
>            Priority: Major
>   Original Estimate: 16h
>  Remaining Estimate: 16h
>
> We need to support this.
> insert into root.sg.d1(time, (s1, s2, s3)) values (1, (1,2,3))
> insert into root.sg.d1(time, (s1, s2, s3)) values (2, (1,2,3))
> insert into root.sg.d1(time, (s1, s2, s3)) values (3, (1,2,3))
> delete from root.sg.d1.s1 where time < 2
> delete timeseries root.sg.d1.s2
> select * from root
> time s1 s2 s3
> 1 null null 3
> 2 1 null 3
> 3 1 null 3



--
This message was sent by Atlassian Jira
(v8.3.4#803005)