losfair / mvsqlite

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

Replace `get_range` with `get_ranges_keyvalues` #83

Closed losfair closed 1 year ago

losfair commented 1 year ago

Related: https://github.com/foundationdb-rs/foundationdb-rs/issues/71

Note that the previous usage of get_range does not cause correctness issues, but does cause some minor divergence of behavior from the expected semantics: