bob
bob copied to clipboard
Investigate the cause of poor partition deletion performance
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