Skip to content

Improve delete performance for small files

Delete issues a broadcast, this is fine for bigger files but can be optimized for smaller ones <(CHUNKSIZE*nnodes).

It also solves a possible scalability issue if we increase the number of nodes as the performance of delete will decrease for the same size.

Edited by Ramon Nou