1 comment

[ 3.3 ms ] story [ 15.6 ms ] thread
The author builds complexity of the databases step by step. Each step has detailed explanations, code, benchmarks and tradeoff decisions that are being talked through. Some of the topics include

Persisting records and indices on disk for both read-only and read/write databases (LSM trees)

Write ahead logs for durability

Managing concurrent operations through different locking approaches