yuqi1129 opened a new issue, #9472: URL: https://github.com/apache/gravitino/issues/9472
### What would you like to be improved? Currently, we will take multiple steps to load a catalog or a schema, take loading a schema for example, we will 1. Load Metalake first,then get the ID of the Metalake 2. Using the metalake ID and name of catalog to retrieve the catalog, then we will get the ID of the catalog 3. Fetching the schema entity by catalog ID and schema name. ### How should we improve? We can use `Join` to optimize it. -- 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]
