chibenwa opened a new pull request #665: URL: https://github.com/apache/james-project/pull/665
…gorithm Before we were deleting 128 objjects in parrallel. This approach proved to be slow: we took 25 hours for 35M deletions... With this proposed changeset we delete 1000 blobs per requests, 16 in parallel, using a S3 API to delete several objects at once. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
