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

SQLite: Disable connection pooling for block filter SQLite database #12896

Merged

Conversation

kiminuo
Copy link
Collaborator

@kiminuo kiminuo commented Apr 18, 2024

The idea here is that we don't really use SQLite connection pooling for anything.

The pooling feature is useful when one creates and tears down connections. We have just one connection though that lives as long as the application lives.

@kiminuo kiminuo changed the title SQLite: Disable pooling SQLite: Disable connection pooling Apr 18, 2024
@csiki2

This comment was marked as outdated.

@kiminuo kiminuo force-pushed the feature/2024-04-18-Disable-pooling branch from 7d0bd41 to 79bdb85 Compare April 18, 2024 12:27
@kiminuo kiminuo changed the title SQLite: Disable connection pooling SQLite: Disable connection pooling for block filter SQLite database Apr 18, 2024
@kiminuo kiminuo force-pushed the feature/2024-04-18-Disable-pooling branch from 79bdb85 to 551bc73 Compare May 12, 2024 16:37
@kiminuo kiminuo marked this pull request as ready for review May 12, 2024 16:37
@kiminuo kiminuo requested a review from turbolay May 12, 2024 17:52
@turbolay turbolay merged commit 07f7bcf into zkSNACKs:master May 12, 2024
8 checks passed
@kiminuo kiminuo deleted the feature/2024-04-18-Disable-pooling branch May 12, 2024 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants