Hi ,
I don't see what specific issues need to be discussed. But I have a question: ``` create timeseries root.turbine.d1.s1 with datatype=FLOAT, encoding=RLE, compression=SNAPPY, tags (Unit=ms), attributes (MaxValue=100, MinValue=1) ``` And then, ``` Insert into root.turbine.d1 ( time, s1) values (1, 101.1) ``` Whether the value of the MaxValue exceeded is prompted to the user? Thanks --- Dawei Liu On 04/17/2020 13:11,Jialin Qiao<[email protected]> wrote: Hi, There is an issue [1] that hope to add attributes management for timeseries. This is a good extension to our metadata management. For example, Timeseries root.turbine.d1.s1 has three attributes: Unit=ms, MaxValue=100, MinValue=1 Some attributes are also used to query timeseries. For example: show timeseries where Unit=ms I would like to call the attributes used for query as tags. Then the create sql could be like : create timeseries root.turbine.d1.s1 with datatype=FLOAT, encoding=RLE, compression=SNAPPY, tags (Unit=ms), attributes (MaxValue=100, MinValue=1) Welcome to share your ideas. [1] https://github.com/apache/incubator-iotdb/issues/873 Thanks, -- Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院
