Overview
Model OLTP B-Tree paths, LSM-heavy ingestion, and secondary index tradeoffs in one architecture.
Storage engine choices decide whether your system is read-fast, write-fast, or operationally painful.
You will build 6 architecture steps that model production dependencies.
You will run 1 failure experiment to observe bottlenecks and recovery behavior.
Success target: Read path stays stable under wave traffic while writes remain durable and index-backed queries stay fast.