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.
“GridDB 有两种容器类型:可以具有任何类型的行键的集合,以及始终具有时间戳作为行键的 TimeSeries”
参考:https: //griddb.net/en/blog/data-modeling-with-griddb/ 集合容器的rowKey也可以设置为时间戳,那么为什么有两种类型的容器呢?
与使用带有时间戳行键的集合容器相比,使用 TimeSeries 容器有什么好处?
Time Series 容器可以使用 Collection 容器不可用的过期、压缩和其他功能。