The architectural strategy is called database sharding. Sharding is the process of breaking up a large database into smaller, faster, and more easily managed pieces called shards, with each shard residing on its own independent database server node. To distribute data, the system uses a partition key, which is a specific column or piece ....
Log in to view the answer