nicochen opened a new issue, #3716: URL: https://github.com/apache/amoro/issues/3716
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? In our UAT environment, the getTable() method call in Flink unified catalog costs quit long time. We found that the logic of getting internal catalog metadata is called more than once in unified catalog which worsen the efficiency of getTable(). In our real environment, we tested and the average return time of getTable() of the improved version is decreased by about 40%. For the mixed format, it gets better experience. ### How should we improve? _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Subtasks _No response_ ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
