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)