Data Skew

Difficulty: Advanced

Question

What is Data Skew in sharded databases?

Answer

When the distribution of data across shards is uneven (e.g., one shard has 90% of the data), leading to 'hot spots' and performance bottlenecks.

Concepts covered

Sharding, Hot Spots