Aireed opened a new issue, #3759:
URL: https://github.com/apache/amoro/issues/3759

   ### 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?
   
   Now, when we click `Tables`,  ams will call formatCatalog's listTables 
methods ( if the catalog support multi formats, it will consume more time)
   Especially for hive catalog, it's very slow to get response when there are 
thousands tables in one database.
   
   <img width="1482" height="524" alt="Image" 
src="https://github.com/user-attachments/assets/0d7fa860-77af-472f-adc3-a46a4e562545";
 />
   
   ### How should we improve?
   
   The table `table_identifier` contains all the tables. Although there may be 
some newly created tables that are not yet synchronized, this is acceptable 
compared to response times reaching tens of seconds, and the cost is minimal.
   
   ### 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: commits-unsubscr...@amoro.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to