批量查询测点元数据
Open
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 115
Description
目前只能单侧点数据查询
例如: SHOW TIMESERIES root.1.1.1
能不能实现批量测点查询
例如: SHOW TIMESERIES root.1.1.1,root.2.2.2
Contributor guide
Research direction
Start by tracing the SHOW TIMESERIES query handling for the single path form shown in the issue. Check how multiple root paths are parsed, validated, and returned, then identify the existing query tests covering SHOW TIMESERIES. Done means a comma-separated list such as root.1.1.1,root.2.2.2 is accepted and returns metadata for each requested path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100