Skip to content

Conversation

ncruces
Copy link
Owner

@ncruces ncruces commented Aug 21, 2025

This implements an EXPERIMENTAL in-memory multiversion concurrency control VFS for SQLite.

The mvcc VFS will use more memory (and generate more garbage) than memdb, but in return it supports WAL like concurrency and instant snapshotting.

@ncruces ncruces merged commit 0026bc9 into main Aug 21, 2025
6 checks passed
@ncruces ncruces deleted the mvcc branch August 21, 2025 17:45
ncruces referenced this pull request in edofic/go-sqlite3 Aug 21, 2025
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.

1 participant