Building RocksDB-like KV: Range Tombstones and MVCC Point Lookups
January 13, 2026
The implementation details for Range Tombstones and MVCC Point Lookups in cckv.
This is the first post in a series documenting the development of cckv, a RocksDB-like KV store written in C++20 for my experimental database sboxdb.