hzltbs commented on issue #12568:
URL: https://github.com/apache/iotdb/issues/12568#issuecomment-2467645999

   > 目前看起来建模方式有一些不合理
   > 
   > 1. 现在的建模里,假如 `root.JH.JHGDS.DV_SYSOPSD81` 作为一个device,一个 device下有 ts 和 v 
两个measurements。建模可以优化为 `root.JH.JHGDS` 作为一个 device,`DV_SYSOPSD81` 作为其中的一个 
measurement,ts 和 v 分别作为时间戳和值,不需要写成两个序列。序列 `root.JH.JHGDS.DV_SYSOPSD81` 可以作为一个 
double 类型的序列。
   > 2. database 的个数有些过多了,推荐 1 个。
   > 
   > 1 是导致压缩比不高的主要原因。按目前的建模,所有的时间戳都存储了3份。
   
   您好,我们在调整结构之后,重新进行了数据存储。压缩比一度上升到5-6左右,之后压缩比持续下降。目前一直保持在1.7左右,数据量大概800亿。如何解决


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to