You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched in the issues and found no similar issues.
What would you like to be improved?
Currently, AMS table sync with external catalogs is strictly locked and single-threaded, which can't handle a large number of tables (e.g. 20k tables in a Hive catalog).
How should we improve?
Remove the lock and delegate the workload to a configurable thread pool.
Search before asking
What would you like to be improved?
Currently, AMS table sync with external catalogs is strictly locked and single-threaded, which can't handle a large number of tables (e.g. 20k tables in a Hive catalog).
How should we improve?
Remove the lock and delegate the workload to a configurable thread pool.
Are you willing to submit PR?
Subtasks
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: