Medium-EasyUnderstandDatabase ScalingMultiple Choice
Which sharding strategy ensures that adding a new shard requires moving minimal data?
Understand — Tests comprehension and ability to explain concepts.
Answer Options
ARange sharding
BHash sharding (modulo)
CConsistent hashing
DDirectory-based sharding
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.
EasyWhat is replication lag and why does it matter?
Medium-EasyWhat is the difference between vertical partitioning and horizontal partitioning (sharding)?
Medium-EasyTrue or False: Adding more read replicas always improves write throughput.
Medium-Easy