/PacaDB

Primary LanguageRust

PacaDB - Simple Key-Value Database

PacaDB is a simple, fast, and efficient key-value store database.

Notes

  • I started this based off of this post and wanting to build a DB to learn DB and rust
  • heavily based off of RocksDB

TODO

  • memtable
  • WAL(Write Ahead Log)
  • SSTable
  • Compaction