SlateDB is an embedded key-value DBMS designed to for object stores. Its storage architecture is based on log-structured merge-trees.
Naïve (Page-Level)
SlateDB supports block-level compression for SSTables using Snappy.
Key/Value
Custom API
Disk-oriented
Custom
N-ary Storage Model (Row/Record)
Log-structured
Embedded
https://slatedb.io/
https://github.com/slatedb/slatedb
https://slatedb.io/docs/introduction/
Chris Riccomini
US
2024
Hobby, Open Source
Rust
Linux
Apache v2