amoro icon indicating copy to clipboard operation
amoro copied to clipboard

[Improvement]: getTables for AMS

Open hhippodnsla opened this issue 3 years ago • 0 comments

Search before asking

  • [X] I have searched in the issues and found no similar issues.

What would you like to be improved?

In the production environment, there are other service such as authentication service will require AMS to provide additional information to implement authentication function. However, the getTable() require several times of transmission when we need batch of tables information. In another hand, the listTables() have to get all tables will cause heavy load on database when there are concurrent requests.

How should we improve?

Add new function getTables() which allow input list of table identities and return a list of table metadata in ArcticTableMetastore thrift interface.

Are you willing to submit PR?

  • [X] Yes I am willing to submit a PR!

Code of Conduct

hhippodnsla avatar Aug 26 '22 06:08 hhippodnsla