批量删除一个节点下根据正则匹配到的一批测点,同时删除相关数据
Open
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 115
Description
比如:
root.g1.d1.s1.zhangsan
root.g1.d1.s1.lisi
root.g1.d1.s1.zhangliu
delete timeseries root.g1.d1.s1.zhang*
从而删除root.g1.d1.s1.zhangsan,root.g1.d1.s1.zhangliu2个测点
Contributor guide
Research direction
The issue names no files, tests, or entry points. Start by locating the implementation of the `delete timeseries` command and its deletion path; verify that a pattern such as `root.g1.d1.s1.zhang*` removes every matching measurement and its related data, while leaving non-matching measurements intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cli, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100