QuestionQ248
Optimize an Azure Cosmos DB solutionYou have an Azure Cosmos DB account named account1 that contains a database named DB1 and a container named Container1. account1 uses the Core (SQL) API.
You have an app named App1 that stores a large volume of data in Container1. The data is partitioned by using the int1 attribute. The items stored in Container1 use the following format.

App1 executes the following query.

You need to recommend a solution that minimizes the required request units (RUs) for read and write operations. What should you recommend?
- A Use the default indexing policy.
- B For DB1, set Throughput to Autoscale.
- C Configure the indexing policy to include only int1 and exclude string1, string2, and string3.
- D Configure the indexing policy to include only int1 and exclude all other attributes.
Community Discussion