QuestionQ191
Optimize an Azure Cosmos DB solutionYou have the following query.

You must recommend a composite-index strategy that minimizes the request units (RUs) consumed by the query. What should you recommend?
- A a composite index for (sensor ASC, value ASC) and a composite index for (sensor ASC, timestamp ASC)
- B a composite index for (sensor ASC, value ASC, timestamp ASC) and a composite index for (sensor DESC, value DESC, timestamp DESC)
- C a composite index for (value ASC, sensor ASC) and a composite index for (timestamp ASC, sensor ASC)
- D a composite index for (sensor ASC, value ASC, timestamp ASC)
Community Discussion