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

Release/v1.7.0 #288

Merged
merged 7 commits into from
May 4, 2022
Merged

Release/v1.7.0 #288

merged 7 commits into from
May 4, 2022

Conversation

briancorbin
Copy link
Contributor

No description provided.

briancorbin and others added 6 commits April 19, 2022 09:35
We were getting issues because of using deferred transactions for SQLite writes. Fixed the issue by using immediate transactions with exponential backoff.

This strategy allows much higher throughput, with a benchmark creating 100 addresses in 485 milliseconds. Before the fix, we could get less than ten a second before database locked errors occurred.

General cleanup of transaction usage and connection creation.

Co-authored-by: Colin Carey <colin.carey1@gmail.com>
@briancorbin briancorbin merged commit d9fbad0 into main May 4, 2022
@briancorbin briancorbin deleted the release/v1.7.0 branch May 4, 2022 22:08
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.

3 participants