Feature #57947
Improve performance of multi-object delete by handling individual object deletes concurrently
% Done:
0%
Source:
Tags:
backport_processed
Backport:
quincy,pacific
Description
Multi-object deletes are currently quite slow. The handler for this method currently just loops through the list of objects and deletes one after another. We should be able to delete individual objects concurrently for an easy performance gain.
Related issues
History
#1 Updated by Casey Bodley about 2 months ago
- Status changed from New to Pending Backport
#2 Updated by Backport Bot about 2 months ago
- Copied to Backport #58211: pacific: Improve performance of multi-object delete by handling individual object deletes concurrently added
#3 Updated by Backport Bot about 2 months ago
- Copied to Backport #58212: quincy: Improve performance of multi-object delete by handling individual object deletes concurrently added
#4 Updated by Backport Bot about 2 months ago
- Tags set to backport_processed