shuwenwei commented on PR #11887:
URL: https://github.com/apache/iotdb/pull/11887#issuecomment-1897881197

   > 1. I have a question. this will read all tsfile in a storage group ? .
   > 2. if have too much data (10T), how long does repair compaction?
   > 3. if need repair data is too much, does this occur oom?
   
   1. This command will read all tsfile in all data directory because we can't 
know which file has unsorted data.
   2. It can take a long time to scan all file. So, the repair task scheduler 
has a log file to keep the progress after restart. 
   3. Every file which has unsorted data will be repaired by submitting a 
compaction task.  It acquire memory from allocated compaction memory and will 
estimated the required memory cost before execute repairing.


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