Sharding in DBMS
Shard means a small part of the whole, i.e., sharding is a process of dividing a database into smaller data partitions called shards. These shards are not only smaller, but they are also easier to manage, store, and query. Each shard typically holds ...
system-design-at-a-glance.hashnode.dev2 min read