#1113 Link uml-reverse-mapper created class diagrams to readme, where needed
This commit is contained in:
@ -13,6 +13,9 @@ tags:
|
||||
Sharding pattern means divide the data store into horizontal partitions or shards. Each shard has the same schema, but holds its own distinct subset of the data.
|
||||
A shard is a data store in its own right (it can contain the data for many entities of different types), running on a server acting as a storage node.
|
||||
|
||||
## Class diagram
|
||||

|
||||
|
||||
## Applicability
|
||||
This pattern offers the following benefits:
|
||||
|
||||
@ -23,4 +26,4 @@ This pattern offers the following benefits:
|
||||
|
||||
## Credits
|
||||
|
||||
* [Cloud Design Patterns: Prescriptive Architecture Guidance for Cloud Applications - Sharding Pattern](https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn589797(v=pandp.10)?redirectedfrom=MSDN)
|
||||
* [Cloud Design Patterns: Prescriptive Architecture Guidance for Cloud Applications - Sharding Pattern](https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn589797(v=pandp.10)?redirectedfrom=MSDN)
|
||||
|
Reference in New Issue
Block a user