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/01/26 02:40:20 UTC

[GitHub] [iotdb] qiaojialin commented on pull request #2577: IOTDB-1126 unseq tsfile delete due to merge

qiaojialin commented on pull request #2577:
URL: https://github.com/apache/iotdb/pull/2577#issuecomment-767249587


   > > I wonder why the newly inserted data is written to the unsequence file.
   > > Is it better to clear the related latestFlushTime when deleting a partition?
   > 
   > because the newly inserted data time < lastestFlushTime, so it is unsequence file .
   > how latest flush time should set after clear the related latestFlushTime.
   > I think if do not have sequence file, we can do not merge. util have a sequence file , as time goes on, insert data will have a sequence file.
   
   When deleting a partition, its latestFlushTime could be set to Long.MIN_VALUE


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