Published onAugust 16, 2023Understanding Bitcask - Log structured hash indexed KV storeDatabasesIndexingHash-IndexLFSBitcask is fast Key-Value store that is optimized to serve production grade throughput in sub-millisecond times. It internally implements a hash index over data stored sequentially in a log structured file system.