Tag: Databases
-

Storage Engine Internals: B-Trees, LSM-Trees & WAL Complete Reference
How databases store data on disk — B-trees vs LSM-trees, write-ahead logging, compaction, and the fsync durability boundary — a complete reference…
-

Transactions & Isolation Levels: The Complete System Design Reference
ACID, isolation levels, snapshot isolation, write skew, two-phase commit, and sagas — a complete, self-contained reference on transactions for system design interviews.