mvsqlite
mvsqlite copied to clipboard
Distributed, MVCC SQLite that runs on FoundationDB.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/losfair/mvsqlite). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bytes](https://togithub.com/tokio-rs/bytes) | dependencies | patch | `1.2.0` -> `1.2.1` | ---...
The commit group feature that allows multi-database transactions is removed from the latest version, because an elegant API design is not found. SQLite doesn't give us a way to associate...
Found by running ycsb on FUSE: - https://github.com/losfair/mvsqlite/runs/8002618879?check_suite_focus=true - https://github.com/losfair/mvsqlite/runs/8002619073?check_suite_focus=true Preload mode is not affected. Related: https://github.com/losfair/mvsqlite/pull/38
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fuser](https://redirect.github.com/cberner/fuser) | dependencies | minor | `0.11.0` -> `0.15.0` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ctor](https://redirect.github.com/mmastrac/rust-ctor) | dependencies | minor | `0.1.22` -> `0.6.0` | --- ### Configuration...
Hello, thanks for your very interesting work! It would be really nice to have a public docker image to be able to try it in few seconds I'm pretty sure...
The current primitives provided by mvstore/mvsqlite is enough to implement efficient change notification for queries: notify the app when the result of running a query may change. The mechanisms involved...
Import from and export to SQLite database files.
It would be nice to run [Jepsen tests](https://github.com/jepsen-io/jepsen) on mvsqlite to verify its correctness.