Fjall icon
Fjall icon

Fjall

Fjall is a log-structured embeddable key-value storage engine written in Rust. It features:

Cost / License

Platforms

  • Windows
  • Mac
  • Linux
0likes
0articles

Fjall News & Activities

Highlights All activities

Recent activities

No activities found.

Fjall information

GitHub repository

  •  2,302 Stars
  •  119 Forks
  •  39 Open Issues
  •   Updated  
View on GitHub
Fjall was added to AlternativeTo by nuuvil on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

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