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

Decouple mvstore components #67

Closed losfair closed 1 year ago

losfair commented 1 year ago

Make the code a little cleaner.

This also removes the support for on-disk content cache on mvstore because it doesn't really add significant performance benefit and complicates things a lot.