losfair / mvsqlite

Distributed, MVCC SQLite that runs on FoundationDB.
https://github.com/losfair/mvsqlite/wiki
Apache License 2.0
1.36k stars 39 forks source link

Concurrent batch write #73

Closed losfair closed 1 year ago

losfair commented 1 year ago

Previously pages in a write batch are written sequentially. Delta encoding is high-latency operation and this makes writes slow.