You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Zesong Sun (Jira)" <ji...@apache.org> on 2021/03/14 02:45:00 UTC

[jira] [Created] (IOTDB-1227) Support deleting aligned timeseries in MManager

Zesong Sun created IOTDB-1227:
---------------------------------

             Summary: Support deleting aligned timeseries in MManager
                 Key: IOTDB-1227
                 URL: https://issues.apache.org/jira/browse/IOTDB-1227
             Project: Apache IoTDB
          Issue Type: Sub-task
            Reporter: Zesong Sun
            Assignee: Zesong Sun
             Fix For: 0.12.0


Support deleting aligned timeseries in MManager.

Currently, deleting part of timeseries is not supported.

{code}

// suppose (s1, s2, s3) is aligned

delete timeseries root.sg.d1.s1 // Illegal

delete timeseries root.sg.d1.(s1, s3) // Illegal

delete timeseries root.sg.d1.(s1, s2, s3) // Illegal

{code}



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