Skip to content

Write-ahead log checkpoints #1418

Answered by radex
scarlac asked this question in Q&A
Discussion options

You must be logged in to vote

@scarlac

In its default configuration, SQLite will checkpoint the WAL file at the conclusion of any transaction when the WAL file is more than 1000 pages long

I don't think you need to worry about it - unless you have some information that I don't about iOS/Android config disabling automatic checkpointing.

BTW I did add onDestroy implementation (for an entirely different reason) - c084039 - it should be present in 0.26

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by scarlac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants