Hi, I have read the document, a clear design!
Just one point I'd like to discuss: > For each query, we generate multiple queries: > select country from root.sg0.*.B > select country from root.sg0.*.B.* > select country from root.sg0.*.B.*.* By this means, you need to combine three results in the connector. How about adding a new grammar, such as: select country from root.sg0.*.B.** B.** could match B, B.*, B.*.*, B.*.*... This is an optimization and an extension of IoTDB, not a blocking issue :) Thanks, -- Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院 > -----原始邮件----- > 发件人: "Xiangdong Huang" <[email protected]> > 发送时间: 2020-11-06 19:05:03 (星期五) > 收件人: dev <[email protected]> > 抄送: > 主题: Re: Iotdb integrated Prometheus > > Nice! I want this feature for about one year!! > > Will review the design document tonight. > > Best, > ----------------------------------- > Xiangdong Huang > School of Software, Tsinghua University > > 黄向东 > 清华大学 软件学院 > > > Houliang Qi <[email protected]> 于2020年11月6日周五 下午5:51写道: > > > Nice work! > > This will enrich the ecology of IoTDB. > > > > > > Thanks, > > --------------------------------------- > > Houliang Qi > > > > > > On 11/6/2020 17:45,王艳虹<[email protected]> wrote: > > Hi,all > > > > > > The following is the design of iotdb integrated Prometheus. > > > > https://cwiki.apache.org/confluence/display/IOTDB/Iotdb+integrated+Prometheus > > > > > > As mentioned in > > https://issues.apache.org/jira/projects/IOTDB/issues/IOTDB-519?filter=allopenissues, > > IoTDB is a highly efficient time series database.Prometheus is a monitoring > > and alerting toolkit, which supports collecting data from other systems, > > servers, and IoT devices, saving data into a DB, visualizing data and > > provides some query APIs. > > Prometheus allows users to use their database rather than just Prometheus > > DB for storing time series databases.So we should integrate Prometheus, so > > that we can provide the function of collecting data. > > > > > > If you have any comments,looking forward to your reply. > > > > > > Thanks, > > Yanhong Wang </[email protected]></[email protected]></[email protected]>
