Govur University Logo
--> --> --> -->
...

Which specific architectural strategy allows a system to handle increased database read traffic by distributing data across multiple independent nodes based on a partition key?



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



Redundant Elements