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 2022/06/27 07:56:00 UTC

[jira] [Created] (IOTDB-3662) Add data deletion audit log

Jialin Qiao created IOTDB-3662:
----------------------------------

             Summary: Add data deletion audit log
                 Key: IOTDB-3662
                 URL: https://issues.apache.org/jira/browse/IOTDB-3662
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Jialin Qiao
            Assignee: JingLiFang


We could use the following sql to delete data:

```delete from pathPattern where time > x and time < y```

 

Such as: delete from root.sg.*.s1 where time>1 and time<3

 

This log needs to be logged for audit.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)