Explore storage topics in system design.
Relational, document, wide-column, graph, and time-series data stores.
LSM trees, B-trees, and the internal mechanics of how databases persist data.
Keeping copies of data in sync across machines for durability and availability.
Splitting data across nodes to scale beyond the limits of a single machine.