🎴 Flashcard Mode

Sharding: A Deep Dive into Horizontal Partitioning

Card1 / 15
Mastered0
Review0
QuestionClick to flip

What is the primary objective of sharding in a distributed database system?

AnswerClick to flip back
A
To improve data locality and reduce network traffic
💡 Explanation:

Sharding aims to distribute data across multiple physical or logical partitions, known as shards, to improve data locality and reduce the amount of data that needs to be transferred over the network.

Change Mode