Back to Developer Roadmap

Sharding strategies

src/data/roadmaps/backend/content/[email protected]

4.0740 B
Original Source

Sharding strategies

Sharding splits large datasets into smaller chunks (logical shards) distributed across different machines/database nodes to distribute traffic load. Improves application scalability. Supported by many but not all databases.

Visit the following resources to learn more: