apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
847 stars 278 forks source link

[Improvement]: Optimizing the RestAPI Efficiency for table detail #3065

Open klion26 opened 2 months ago

klion26 commented 2 months ago

Search before asking

What would you like to be improved?

Improve the efficiency for table detail Rest API 1.catalogs/{catalog}/dbs/{db}/tables/{table}/detail

How should we improve?

Maybe we can avoid sync the external catalog to retrieve the table infor

Are you willing to submit PR?

Subtasks

No response

Code of Conduct

klion26 commented 1 week ago

maybe we can remove the databaeExists(database) check when loading the table, and use the result/exception in loadTable to do the logic.