dbdb.io icon indicating copy to clipboard operation
dbdb.io copied to clipboard

Database: mvsqlite

Open tommie opened this issue 1 year ago • 0 comments

Running SQLite on top of FoundationDB: https://github.com/losfair/mvsqlite

  • In the same spirit as rqlite, but instead of a layer on top of SQLite, it's replacing the VFS layer.
  • The SQLite pages are stored in FoundationDB.
  • It "ignores" the SQLite locking and instead aborts transactions if the pages saw concurrent modification during the transaction.

(It was on Hacker News a few weeks ago; I'm not affiliated with it.)

tommie avatar Jul 15 '23 14:07 tommie