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 2019/10/13 19:21:15 UTC

[GitHub] [incubator-iceberg] rdblue commented on issue #309: Add mechanism to expire table metadata

rdblue commented on issue #309: Add mechanism to expire table metadata
URL: https://github.com/apache/incubator-iceberg/pull/309#issuecomment-541449291
 
 
   > Iceberg tables can share locations. Can they share metadata locations?
   
   Yes, they could. That's another good reason to avoid listing to clean this up.
   
   > If we are to keep only 100 last files, does it mean that we will be deleting the most recent file on every commit?
   
   Yes. I think this would be done after the commit to avoid failure, but we would want to clean up the dangling metadata file each commit to ensure it gets deleted. By keeping track of the last N metadata locations, we can also build this into snapshot expiration to catch any problems.

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


With regards,
Apache Git Services

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