You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discover that deleting a file in the current system has a high overhead. When a file is deleted, to maintain the compactness of simplefs_dir_block, subsequent files are shifted forward to fill the gap, causing a large amount of I/O. Therefore, I think we should redesign this process using a marking approach.
The text was updated successfully, but these errors were encountered:
I discover that deleting a file in the current system has a high overhead. When a file is deleted, to maintain the compactness of simplefs_dir_block, subsequent files are shifted forward to fill the gap, causing a large amount of I/O. Therefore, I think we should redesign this process using a marking approach.
The text was updated successfully, but these errors were encountered: