Remove superfluous RPC during remove
Currently, multiple stat operations are performed per remove to check whether a file or directory exists first. This is unnecessary and can be done in a single RPC, essentially doubling remove throughput.
Currently, multiple stat operations are performed per remove to check whether a file or directory exists first. This is unnecessary and can be done in a single RPC, essentially doubling remove throughput.