You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/04/29 02:00:19 UTC

[GitHub] [iotdb] SteveYurongSu commented on issue #3084: 插入数据出现数据错乱现象

SteveYurongSu commented on issue #3084:
URL: https://github.com/apache/iotdb/issues/3084#issuecomment-828892486


   这是0.12/0.11乱序文件合并的bug,已经安排修复。
   遇到此问题,可以在iotdb-engine.properties里面将乱序合并关闭:
   ```properties
   # Works when the compaction_strategy is LEVEL_COMPACTION.
   # Whether to merge unseq files into seq files or not.
   enable_unseq_compaction=false
   ```
   此操作不会影响写入性能,在乱序不多的场景下不会影响查询性能。


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org