Skip to main content

Sharding

Sharding is a horizontal scaling technique that distributes data across multiple database instances or servers.

Overview

Sharding enables handling massive amounts of data by spreading it across multiple machines, improving both performance and availability.