losfair / mvsqlite

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

mvstore: Cache and reuse FDB transactions #1

Closed losfair closed 2 years ago

losfair commented 2 years ago

Within the 5-sec limit, reuse the same FDB transaction for multiple mvstore transactions with the same read version.

This reduces the FDB get-read-version overhead.