iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Delete the data file if it has no valid data

Open qiaojialin opened this issue 5 years ago • 0 comments

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.

qiaojialin avatar Nov 28 '20 08:11 qiaojialin