Azure Cosmos DB leverages scale-out architecture to meet high-demand workloads at global scale. This means that new nodes are added to the pool of resources instead of increasing the size of a single node. This is important to understand as this scaling determines how to choose the right PK and what limits exist within a distributed, scale-out architecture.
In this chapter we will introduce concepts such ...