leto-b opened a new pull request, #982:
URL: https://github.com/apache/iotdb-docs/pull/982

   When executing a conventional data deletion command (the DELETE FROM 
statement), disk space is not immediately released. Instead, the data is marked 
first, and disk space is gradually freed by background tasks.  
   You can speed up this process by adjusting the parameters 
`inner_compaction_task_selection_disk_redundancy` and 
`inner_compaction_task_selection_mods_file_threshold` to smaller values.  
   The database deletion command (the DROP DATABASE statement) can immediately 
release disk space.


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