iotdb
iotdb copied to clipboard
Delete the data file if it has no valid data
Currently, when we execute "delete from root.sg.* where time < T", we write modifications besides the deleted TsFile.
It's better to delete the file that does not have valid data.