tsreaper opened a new pull request #30: URL: https://github.com/apache/flink-table-store/pull/30
Current implementation of `FileStoreExpire` will read the whole snapshot for each snapshot to be expired. This is unnecessary because later snapshots also contain changes from previous snapshots. This PR optimizes this by only reading new changes in a snapshot. -- 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]
