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

Yuanzhou/enable multithreading #144

Merged
merged 4 commits into from
Apr 5, 2024

Conversation

yuanzhou
Copy link
Collaborator

@yuanzhou yuanzhou commented Apr 3, 2024

To address #143, will need more testing work to ensure the MySQL connection intactness.

This multi-threading feature helps when there are lots of requests made to retrieve the uuids, BUT it doesn't solve any performance issue at the MySQL level. It's possible there's some sort of bottleneck lies in the queries when multiple tables are joined or we'll need to create B-Tree or Hash Indexes considering we have a large number of records currently.

@yuanzhou yuanzhou requested a review from kburke April 3, 2024 19:23
@yuanzhou
Copy link
Collaborator Author

yuanzhou commented Apr 5, 2024

FYI @kburke I'll proceed with this change, since Bill has tested on TEST. No action is needed from you.

@yuanzhou yuanzhou merged commit 0dda9ac into dev-integrate Apr 5, 2024
2 checks passed
@yuanzhou yuanzhou deleted the yuanzhou/enable-multithreading branch April 8, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant