khonsulabs / bonsaidb

A developer-friendly document database that grows with you, written in Rust
https://bonsaidb.io/
Apache License 2.0
1.01k stars 37 forks source link

Implement full MVCC support #229

Open ecton opened 2 years ago

ecton commented 2 years ago

There are two patterns of MVCC we want to make sure to support:

This issue needs functionality from Nebari:

It might be better to have the read-operation verification happen inside of Nebari as well.