apache / apache/iotdb

批量删除一个节点下根据正则匹配到的一批测点,同时删除相关数据

Open
#4,349 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.