Back to Developer Roadmap

Sharding Patterns

src/data/roadmaps/postgresql-dba/content/[email protected]

4.0708 B
Original Source

Sharding Patterns

Sharding is a technique that splits a large dataset across multiple database instances or servers, called shards. Each shard is an independent and self-contained unit that holds a portion of the overall data, and shards can be distributed across different geographical locations or infrastructures.

Learn more from the following resources: