[
https://issues.apache.org/jira/browse/IOTDB-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17470286#comment-17470286
]
Haonan Hou commented on IOTDB-2253:
-----------------------------------
是的,show timeseries root.ln.** 应该可以查询到结果。
> [master]No result is obtained when querying a specific time series
> ------------------------------------------------------------------
>
> Key: IOTDB-2253
> URL: https://issues.apache.org/jira/browse/IOTDB-2253
> Project: Apache IoTDB
> Issue Type: Bug
> Components: Core/Server
> Reporter: xiaozhihong
> Priority: Major
> Fix For: 0.13.0
>
>
> step1:
> start server
> Step2:
> enter cli
> Step3:
> Execute SQL
> Like this:
> IoTDB> show timeseries
> +------------------------+-----+-------------+--------+--------+-----------+----+----------+
> | timeseries|alias|storage
> group|dataType|encoding|compression|tags|attributes|
> +------------------------+-----+-------------+--------+--------+-----------+----+----------+
> |root.ln.wf01.wt01.status| null| root.ln| BOOLEAN| RLE|
> SNAPPY|null| null|
> +------------------------+-----+-------------+--------+--------+-----------+----+----------+
> Total line number = 1
> It costs 0.004s
> IoTDB> show timeseries root.ln
> +----------+-----+-------------+--------+--------+-----------+----+----------+
> |timeseries|alias|storage group|dataType|encoding|compression|tags|attributes|
> +----------+-----+-------------+--------+--------+-----------+----+----------+
> +----------+-----+-------------+--------+--------+-----------+----+----------+
> Empty set.
> It costs 0.002s
--
This message was sent by Atlassian Jira
(v8.20.1#820001)