Rust-Based Fjall 3.0 Released For Key-Value Storage Engine Akin To RocksDB
- Reference: 0001603716
- News link: https://www.phoronix.com/news/Fjall-3.0-Released
- Source link:
With Fjall 3.0 released on Friday it's described under the belief that it's " the most capable Rust-based storage engine out there ." Fjall 3.0 updates its block format and brings a wide variety of other enhancements to this key-value storage engine from new APIs to greater data checksumming. Large values will also now be compressed by default when written to the journal. Fjall is also now making use of the zlib-rs code.
Fjall 3.0 performance is looking very good in a variety of benchmarks shown in the [2]release announcement .
Those wanting to try out this Apache 2.0 and MIT licensed Rust storage engine can find the code on [3]GitHub .
[1] https://www.phoronix.com/news/Stoolap-0.2-Rust-Embedded-SQL
[2] https://fjall-rs.github.io/post/fjall-3/
[3] https://github.com/fjall-rs/fjall/releases/tag/3.0.0