You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/07/08 16:27:30 UTC

[GitHub] [iceberg] fbocse edited a comment on issue #1178: Parallelize metadata and data file removal on snapshot expiration?

fbocse edited a comment on issue #1178:
URL: https://github.com/apache/iceberg/issues/1178#issuecomment-655623016


   Oh I see, so throttling may occur if we parallelize these delete operations. How about looking at other `fs` functions to delete maybe like [deleteOnExit](https://hadoop.apache.org/docs/r2.8.2/api/org/apache/hadoop/fs/FileSystem.html#deleteOnExit)?
   Sounds like it's some sort of lazy delete file API that may work around throttling issues? I could look into what it's implementation looks like for S3 and ADLS but I think that this API would work better for this particular case. wdyt?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org