amogh-jahagirdar commented on issue #6800: URL: https://github.com/apache/iceberg/issues/6800#issuecomment-1426958142
@xuzhiwen1255 I was replying to > However, if you write to iceberg through flink and have high real-time requirements, then the ck interval will be very short. If it runs for a long time, I think the metadata-log may be relatively large, although recording this It doesn't take up too much space, but it's redundant. The table property `write.metadata.previous-versions-max` can be configured so that you can control the metadata-log size. Please checkout https://iceberg.apache.org/docs/latest/maintenance/#remove-old-metadata-files. This has what you're looking for. Based on this you can configure what are considered the valid metadata files , and if there are any older metadata files they will get cleaned up during orphan file removal. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org