怎么在网页端查看TSDB引擎数据库的level files

不想远程登录服务器,有办法在网页端查看TSDB引擎数据库的level files

请先 登录 后评论

1 个回答

Polly
re = select * from pnodeRun(getTSDBMetaData) where chunkPath like "%/iotTest%" and table like "pt_all%" context by chunkId order by files 
file = re.files.split(",").flatten().dropna()

可以参考上述脚本获取

请先 登录 后评论