bob icon indicating copy to clipboard operation
bob copied to clipboard

Investigate the cause of poor partition deletion performance

Open ikopylov opened this issue 1 year ago • 0 comments

Currently, deleting old partitions by OldPartitionRemover takes several hours, which is unexpectedly long. The application calls a delete on Bob's side, which is translated into a remove_dir_all call. We need to understand whether this is a problem somewhere in Bob or on the OS side. If the problem is inside Bob, then we should fix it

ikopylov avatar Jan 11 '24 15:01 ikopylov