This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which of the following criteria would define a good candidate to embed two entities in a single document schema?
Many: Many relationships
Read or updated together
Read or updated independently
Consider the following scenario: A company has customers across four regions, with hundreds of thousands of customers for regions 1 and 2, and a few thousand customers for regions 3 and 4. Requests for each region total approximately 50,000 RU/s every hour of the day. The application team proposes to use regionId as the partition key for this container. This application is a write-heavy application with no TTL (time to live) being used. Which of the following statements is true?
regionId
This partition key prevents throughput hot partitions.
This partition key causes fan outs when filtering by regionId.
This partition key could cause storage hot partitions
Why is understanding the access pattern of an application and how to use this information in the data model design important?
When a developer understands the access pattern of an application, it helps identify where to save space when storing our data.
When a developer understands the access pattern of an application, it helps identify how to access the data with fewer requests.
When a developer understands the access pattern of an application, it wouldn't help identify the correct schema of the data.
You must answer all questions before checking your work.
Was this page helpful?