wenzhang 6 hours ago

Introducing BitcaskDB - A fast, lightweight and fixed capacity key/value storage engine based on the Bitcask model!

Features: • Append-only • Namespace • Fine-grained compaction • Fixed memory & disk usage • LRU-like eviction policy • Fast recovery with WAL hints • Soft deletion • And much more…

Why BitcaskDB? • Predictable performance • Single-seek retrieval • Fast disk space reclamation • Customizable compaction policies & filters

Check it out and contribute:

https://github.com/wenzhang-dev/bitcaskDB

Feel free to star the repo and submit PRs!

#Go #Database #StorageEngine #BitcaskDB #OpenSource