apache / apache/iotdb

批量查询测点元数据

Open
#3,053 1 comment 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

目前只能单侧点数据查询
例如: SHOW TIMESERIES root.1.1.1

能不能实现批量测点查询
例如: SHOW TIMESERIES root.1.1.1,root.2.2.2

Contributor guide

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.