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 the default WAL snap threshold 4MB #1533

Merged
merged 1 commit into from
Dec 28, 2023
Merged

Conversation

otoolep
Copy link
Member

@otoolep otoolep commented Dec 28, 2023

Bring this into line with standard SQLite WAL checkpoint threshold. See https://www.sqlite.org/wal.html

"By default, SQLite does a checkpoint automatically when the WAL file reaches a threshold size of 1000 pages." Default page size in 4KB.

Bring this into line with standard SQLite WAL checkpoint threshold.

See https://www.sqlite.org/wal.html

"By default, SQLite does a checkpoint automatically when the WAL file reaches a threshold size of 1000 pages."
@otoolep otoolep merged commit 24f5851 into master Dec 28, 2023
17 of 19 checks passed
@otoolep otoolep deleted the otoolep-wal-snap-4mb branch December 28, 2023 03:46
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