Skip to content

Does the snapshot timestamp contain all rows mutated before that timestamp? #472

Closed Answered by benbjohnson
danthegoodman1 asked this question in Q&A
Discussion options

You must be logged in to vote

The snapshots and WAL segments contain all changes up to that point in time that they were copied from the database. SQLite has strict serializability so all mutations are visible immediately and are saved to the next snapshot or WAL segment.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@danthegoodman1
Comment options

Answer selected by danthegoodman1
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