imphasing / tdb

A terrible database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a WIP LSM tree data store I'm writing in Rust to learn the language

Log structured merge trees are good for high performance key value stores since they are append only with a background compaction process.

Rust is pretty awesome.

> cargo build
> cargo run

this will write a file in the root dir containing some data.

D A T A B A S E

About

A terrible database

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 100.0%