

Fjall
 Like
Fjall is a log-structured embeddable key-value storage engine written in Rust. It features:
Cost / License
- Free
- Open Source
Platforms
- Windows
- Mac
- Linux
Features
- Â Rust
- Â Embeddable
 Tags
- kv
- key-value-database
- lsm-tree
- kv-store
- storage-engine
- Database
- rust-lang
- embedded-database
- lsmt
- embeddable-database
- kv-storage
- lsm
- key-value-store
- log-structured
- embedded-kv
- key-value-storage
- log-structured-merge-tree
- kv-database
Fjall News & Activities
Highlights All activities
Recent activities
- nuuvil added Fjall
- nuuvil added Fjall as alternative to LevelDB, Berkeley DB, Kyoto Cabinet and Tokyo Cabinet
Fjall information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat 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
