
24 nov 2025 · por Fernando Martínez
Study Notes: Memtable Design of LSM-Tree and FoundationDB Flow I/O
Database
Building a KV Store with LSM-Tree and comparison with FDB
Articles on databases, distributed systems, and the process behind my projects. Practical ideas for improving design, performance, and team collaboration.

Building a KV Store with LSM-Tree and comparison with FDB

We'll build a small HTTP service that registers and retrieves blob metadata stored in MinIO.

The foundation of distributed systems