Relational database on top of key-value store explained (or why B-trees are cool) – Gregory Trubetskoy

This post attempts to explain how a relational database can be
implemented atop a key/value store, a subject that I’ve long found
rather mysterious. …