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

Partial cache flush #20

Closed losfair closed 1 year ago

losfair commented 1 year ago

Previously the entire client-side cache is flushed when remote version changes. This PR introduces partial cache flush, which allows the client to only invalidate the modified pages.