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

Remove spendingMu, interactionsMu and objectsMu #796

Merged
merged 1 commit into from Dec 6, 2023

Conversation

ChrisSchinnerl
Copy link
Member

We introduced these mutexes to avoid locking issues in the database but have since improved our queries and overall db architecture enough to remove them again. Especially MySQL deployments might see significant performance improvements due to the more granular locking MySQL will use.

@ChrisSchinnerl ChrisSchinnerl self-assigned this Dec 6, 2023
@ChrisSchinnerl ChrisSchinnerl merged commit 94ca2dc into master Dec 6, 2023
6 checks passed
@ChrisSchinnerl ChrisSchinnerl deleted the chris/remove-sql-mutexes branch December 6, 2023 15:10
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.

None yet

2 participants