-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds "Fjall" as a DB backend for moor
Fjall is an LSM-based storage engine similar in some respects to RocksDB, but written in pure Rust. Depending on how this works out, this may become the default, and I may retire the WiredTiger bindings, as it has become a source of stress in compilation. And its isolation level is perhaps not high enough.
- Loading branch information
Showing
28 changed files
with
2,762 additions
and
142 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.