benroeder opened a new issue, #7209:
URL: https://github.com/apache/opendal/issues/7209

   The Swift backend deletes objects one at a time. Swift supports a `POST 
?bulk-delete` endpoint that can delete up to 10,000 objects in a single 
request, which is significantly more efficient for batch operations.
   
   The deleter currently implements `oio::OneShotDelete`. It should implement 
`oio::BatchDelete` to take advantage of Swift's bulk delete API.
   
   Reference: https://docs.openstack.org/swift/latest/api/bulk-delete.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to