Hi, ++++1 for this. Each time series should be independent because we create them separately in IoTDB.
This is due to the design of TsFile, maybe we should redesign the TsFile structure. Best, -- Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院 > -----原始邮件----- > 发件人: "Yuan Tian (Jira)" <[email protected]> > 发送时间: 2019-09-27 20:32:00 (星期五) > 收件人: [email protected] > 抄送: > 主题: [jira] [Created] (IOTDB-245) Different types of measurements that have > same name in one storage group should be supported. > > Yuan Tian created IOTDB-245: > ------------------------------- > > Summary: Different types of measurements that have same name in > one storage group should be supported. > Key: IOTDB-245 > URL: https://issues.apache.org/jira/browse/IOTDB-245 > Project: Apache IoTDB > Issue Type: Improvement > Reporter: Yuan Tian > > > If we have two devices named d1 and d2, and both of them have a sensor named > s1, d1.s1 and d2.s1 must have the same type in current version. So if you > really have d1.s1 which has float type and d2.s1 which has int32 type, you > have to separate them into two different storage groups which is unreasonable. > > So we want to remove the restriction about measurements' type of same name in > one storage group. > > > > -- > This message was sent by Atlassian Jira > (v8.3.4#803005)
