Sharding is a type of database partitioning in which a large database is divided or partitioned into smaller data, also known as shards.
The word “Shard” means “a small part of a whole“. Hence Sharding means dividing a larger part into smaller parts.
Purvi Barot
Software Engineer
Sharding is a type of database partitioning in which a large database is divided or partitioned into smaller data, also known as shards. The word “Shard” means “a small part of a whole“. Hence Sharding means dividing a larger part into smaller parts.
For more information refer the following link :
geeksforgeeks.org/what-is-sharding/