

Fjall
 Like
Fjall is a log-structured embeddable key-value storage engine written in Rust. It features:
Cost / License
- Free
- Open Source (Apache-2.0)
Platforms
- Windows
- Mac
- Linux
Fjall News & Activities
Highlights All activities
Recent activities
No activities found.
Fjall information
No comments or reviews, maybe you want to be first?
What is Fjall?
Fjall is a log-structured embeddable key-value storage engine written in Rust. It features:
Thread-safe BTreeMap-like API 100% safe & stable Rust LSM-tree-based storage similar to RocksDB Range & prefix searching with forward and reverse iteration Partitions (a.k.a. column families) with cross-partition atomic semantics Built-in compression (default = LZ4) Serializable transactions (optional) Key-value separation for large blob use cases (optional) Automatic background maintenance
It is not:
a standalone server a relational or wide-column database: it has no built-in notion of columns
