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
Just check the source code, the rmr will call "Unlink" function for file deletion, it will update the parent directory attributes (nlink/mtime etc) and statistics (quota limits) for each file. Since we are going to drop the directory, there is no need for these extra steps, at least we can consider a batch pipeline mode for less network roundtrips.
Why is this needed:
Improve the rmr performance, may be 2x or more faster.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Just check the source code, the rmr will call "Unlink" function for file deletion, it will update the parent directory attributes (nlink/mtime etc) and statistics (quota limits) for each file. Since we are going to drop the directory, there is no need for these extra steps, at least we can consider a batch pipeline mode for less network roundtrips.
Why is this needed:
Improve the rmr performance, may be 2x or more faster.
The text was updated successfully, but these errors were encountered: