Description
Add batch APIs with for delete to allow better performance for object stores:
boolean[] delete(Path[] paths);
The API should have a default implementation that delegates to the singular delete. Implementations can override to provide better performance.
Attachments
Issue Links
- duplicates
-
HADOOP-18679 Add BulkDelete API for paged delete of files and objects
- Resolved