siadat opened a new issue, #5693: URL: https://github.com/apache/paimon/issues/5693
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation When Iceberg-compatibility is enabled using and using AWS Glue, we have seen that the committer spends a lot of time doing http calls to AWS fetch metadata for hive table statistics. We believe this might not be required at all, since table format itself does that at the writer operator. ### Solution Add an option to disable updating hive stats. We disabled updating Hive stats for a Iceberg-compatible table and Glue hive client, and the performance is improved and didn't notice any issues. ### Anything else? _No response_ ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
