Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我了解到 Apache IoTDB 从 v0.13 开始支持使用对齐的时间序列。那么 Apache IoTDB 中的对齐时间序列是什么?
在实际应用中,会同时对一个实体的多个测量值进行采样,形成多个对齐在一个时间列上的时间序列。通过使用对齐的时间序列,一组对齐的时间序列的时间戳列在插入数据时只需要在内存和磁盘中存储一次,而不是每个时间序列一次。