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

Connection pool #18

Merged
merged 1 commit into from Dec 11, 2021
Merged

Connection pool #18

merged 1 commit into from Dec 11, 2021

Conversation

penberg
Copy link
Contributor

@penberg penberg commented Dec 11, 2021

Add connection pooling for queries to avoid every thread hammering the
same connection. Note that we should switch to the "memdb" VFS of
sqlite. Unfortunately the driver we're currently using does not support
that so let's use a file-backed database instead.

@penberg penberg marked this pull request as ready for review December 11, 2021 09:52
Add connection pooling for queries to avoid every thread hammering the
same connection. Note that we should switch to the "memdb" VFS of
sqlite. Unfortunately the driver we're currently using does not support
that so let's use a file-backed database instead.
@penberg penberg merged commit 75ec0c7 into main Dec 11, 2021
@penberg penberg deleted the connection-pool branch December 11, 2021 12:04
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

1 participant