Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement]: Make AMS table sync with external catalogs multithreaded #2109

Closed
3 tasks done
Tracked by #1847
link3280 opened this issue Oct 16, 2023 · 0 comments · Fixed by #2110
Closed
3 tasks done
Tracked by #1847

[Improvement]: Make AMS table sync with external catalogs multithreaded #2109

link3280 opened this issue Oct 16, 2023 · 0 comments · Fixed by #2110

Comments

@link3280
Copy link
Contributor

Search before asking

  • 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.

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Subtasks

No response

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant