You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Jialin Qiao (Jira)" <ji...@apache.org> on 2022/01/04 04:38:00 UTC

[jira] [Created] (IOTDB-2250) Support labeling a segment of timeseries

Jialin Qiao created IOTDB-2250:
----------------------------------

             Summary: Support labeling a segment of timeseries
                 Key: IOTDB-2250
                 URL: https://issues.apache.org/jira/browse/IOTDB-2250
             Project: Apache IoTDB
          Issue Type: New Feature
            Reporter: Jialin Qiao


In some cases, users need to label a segment of timeseries, then using this label to query data.

E.g., we have 3 timeseries. 

root.sg1.d1.s1,

root.sg1.d1.s2,

 

Label a segment: label_key, label_value, timeseries, start_time, end_time

label_key1 -> label_value1 -> root.sg1.d1.s1(t1, t2)

label_key1 -> label_value1 -> root.sg1.d1.s2(t1, t2)

label_key2 -> label_value2 -> root.sg1.d1.s2(t2, t3)

 

Query:

select * where label_key1 = label_value1

 

 

 

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)