Xiangwei Meng created IOTDB-259:
-----------------------------------
Summary: level query of path
Key: IOTDB-259
URL: https://issues.apache.org/jira/browse/IOTDB-259
Project: Apache IoTDB
Issue Type: Wish
Reporter: Xiangwei Meng
when we don't know a specific timeseries path, we'd like to complete the
optional path level by level(like the dir auto-complete in Linux), so we need
the level query capcity of path.
For example, given there're two timeseries: *root.a.s1.d1, root.a.s2.d1*, we
know the storage group *root.a*, but we are not sure the optional path of the
next level. so we want the level query: give the prefix *root.a*, iotdb can
return the already exist optional path of the next level : {*s1,s2*} , then we
can get the new path *root.a.s1*
:)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)