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

Use multiprocessing for eventhandler #34

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

jjh-kim
Copy link
Contributor

@jjh-kim jjh-kim commented Jan 9, 2025

Eventhandler has been a bottleneck when running SB-OSC on tables with heavy DML throughput since it was implemented using multithreading. Changed multithreading to multiprocessing to increase processing speed.

@jjh-kim jjh-kim added the enhancement New feature or request label Jan 9, 2025
@jjh-kim jjh-kim merged commit 0ddfaea into develop Jan 9, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant