amogh-jahagirdar opened a new issue #4012: URL: https://github.com/apache/iceberg/issues/4012
Mentioned in https://github.com/apache/iceberg/issues/3582 as well. In the current spark procedures, we delete s3 objects using the DeleteObject API which accepts 1 object. We do parallelize these calls within the spark executor node, based on a max concurrent deletes configuration. Another improvement we could do is make S3#DeleteObjects calls so that we reduce the number of network calls made and further reduce the time taken during these operations. Different storage implementations would have to surface on the FileIO interface if they support this batch removal semantic. -- 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]
