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.
我在 IoTDB 的官方文档中看到了一些架构模板的介绍。我想用它来减少内存使用。但是,使用模板后,内存使用量只会减少一些。这怎么可能发生?
IoTDB v0.12 中的模式模板有助于减少 MTree 中的 MeasurementMNode。但是,如果您继续使用 lastCache,则内存不会减少很多,因为每个时间序列的最后一个值(由 MeasurementMNode 或模板表示)将存储在内存中。