All lessons
partitioning
2 lessons tagged partitioning: free, quiz-checked micro-lessons.
Programming
advancedReplication and Partitioning
How do you scale a database beyond one machine while keeping it reliable? This lesson covers every major replication topology, the quorum math behind leaderless systems, and partitioning strategies from range keys to consistent hashing — including how to avoid hot partitions and handle rebalancing.
9 steps·~14 min
Computer Science
intermediateDatabase Sharding
When one database isn't enough. How sharding splits data across nodes, the trade-offs of different sharding keys, and the operational headaches (hot spots, rebalancing, cross-shard queries) you sign up for.
8 steps·~12 min
