Skip to content
Medium-Easy Understand Database Scaling Multiple Choice

Which sharding strategy ensures that adding a new shard requires moving minimal data?

Understand — Tests comprehension and ability to explain concepts.

Answer Options

A Range sharding
B Hash sharding (modulo)
C Consistent hashing
D Directory-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