Menu

Module 3

💾

Data Storage

Everything about persisting data: relational databases, NoSQL variants, sharding, replication, and choosing the right storage for your workload.

8 lessons~110 min

What you'll learn

  • Explain ACID properties and when they matter
  • Choose between SQL and NoSQL based on data access patterns
  • Design a sharding strategy and handle rebalancing
  • Set up replication for high availability and read scaling
  • Understand specialized stores: time-series, graph, object storage