yuzelin opened a new pull request, #8699: URL: https://github.com/apache/paimon/pull/8699
### Purpose Currently, TagAutoCreation reads and deserializes all existing auto-created tag files during initialization to find the latest tag. This can significantly increase committer initialization time for tables retaining many tags, especially on object storage. This change lists tag names first, identifies the latest auto-created tag by its timestamp, and reads only that tag file to restore nextSnapshot and nextTag. As a result, initialization is reduced from one directory listing plus N tag file reads to one directory listing plus a single tag file read. ### Tests -- 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]
