QuestionQ229

Design and implement data distribution

You have an Azure Cosmos DB for NoSQL account named account1.

You plan to implement shared database containers in account1.

On which two properties does the throughput of a particular container depend? Each correct answer represents part of the solution.

> NOTE: Each correct answer is worth one point.

Choose two
  • A the number of databases
  • B the maximum throughput of the database
  • C the number of physical partitions
  • D the choice of partition keys
  • E the number of containers
Explanation

For containers that share database-level throughput, Azure Cosmos DB does not guarantee a predictable amount for any individual container. The throughput a specific container can receive depends on the number of containers sharing the database throughput and the partition-key choices of those containers.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!