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: Your company has customers across four countries/regions, with hundreds of thousands of customers for countries/regions 1 and 2, and a few thousand customers for countries/regions 3 and 4. Requests for each country/region total approximately 50,000 RU/s every hour of the day. Your application team proposes to use countryId as the partition key for this container. This is a write-heavy application with no TTL being used. Which of the following statements is true?
countryId
This partition key prevents throughput hot partitions.
This partition key causes fan outs when filtering by countryId.
This partition key could cause storage hot partitions
Why is understanding the access pattern of your application and how to use this information in your data model design important?
Understanding the access pattern of your application helps you identify where to save space when storing our data.
Understanding the access pattern of your application helps you identify how to access your data with fewer requests.
Understanding the access pattern of your applications wouldn't help you identify the correct schema of your data.
You must answer all questions before checking your work.
Was this page helpful?