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

make configurable wal auto checkpoint #2242

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

kradalby
Copy link
Collaborator

SQLite WAL addition disabled auto checkpoint, this makes the WAL grow forever, not sure why I did that.

Make it configurable, set it to SQLite default.

Fixes #2204

SQLite WAL addition disabled auto checkpoint, this
makes the WAL grow forever, not sure why I did that.

Make it configurable, set it to SQLite default.

Fixes juanfont#2204

Signed-off-by: Kristoffer Dalby <[email protected]>
@kradalby kradalby force-pushed the kradalby/sqlite-wal-vacuum branch from 716d86f to 84c1243 Compare November 22, 2024 11:24
@kradalby kradalby merged commit 64bb563 into juanfont:main Nov 23, 2024
122 of 123 checks passed
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.

[Bug] sqlite WAL never checkpointed, leading to constantly-increasing disk usage
2 participants