Back to Glossary
DatabaseAdvanced

What is Sharding?

Splitting a large database across multiple servers so each one holds a portion of the data.

Why It Matters

Sharding allows databases to scale beyond the limits of a single server by distributing the load.

Real-World Example

Splitting users A-M on one database server and N-Z on another to halve the load on each.

“Understanding terms like Sharding matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”

Callum Holt, Founder, 13Labs

From definition to deployment

Knowing the term is step one. Using it in something real is the rest.