Exploring Persistence and Durability in Key-Value Databases
The article discusses the author's experience working on a key-value database, exploring different approaches for persistence and durability. They compare the performance of using a hash table in memory with an append-only log and the classic fsync() call. The author hints at a new approach in a project called Klay, which will be open-sourced in the future.
blog.canoozie.net10mo ago