storage-engines·Expert
Copy-on-Write B-Trees and the Bw-Tree
Copy-on-write B-trees create new copies of every node along the root-to-leaf path on each update, providing natural snapshot isolation at the cost of write amplification.
Deep dives into databases, storage engines, and the data layer that powers everything.
Latest Issue
Copy-on-write B-trees create new copies of every node along the root-to-leaf path on each update, providing natural snapshot isolation at the cost of write amplification.
Archive
Newsletter
Database deep-dives, delivered once a week. Storage engines, query optimization, and the data layer.