HardCreateDatabase Scalingopen_ended
Design a strategy for migrating from 4 shards to 8 shards with zero downtime.
Create — Tests ability to design and build novel solutions.
Want to see the correct answer?
Get the answer with a detailed explanation, plus practice 21+ more Database Scaling questions with adaptive quizzes and timed interviews.
See the Answer on Guru Sishya →This question is from the Database Scaling topic (System Design).
More Database Scaling Questions
What is the primary purpose of a read replica in a database setup?
EasyIn master-slave replication, replicas can accept write operations.
EasyWhich sharding strategy ensures that adding a new shard requires moving minimal data?
Medium-EasyWhat is replication lag and why does it matter?
Medium-EasyWhat is the difference between vertical partitioning and horizontal partitioning (sharding)?
Medium-Easy