You deploy an application that performs sentiment analysis on the data stored in Azure Cosmos DB.
Recently, you loaded a large amount of data to the database. The data was for a customer named Contoso, Ltd.
You discover that queries for the Contoso data are slow to complete, and the queries slow the entire
application.
You need to reduce the amount of time it takes for the queries to complete. The solution must minimize costs.
What should you do? More than one answer choice may achieve the goal. (Choose two.)
Increasing request units would improve throughput, but at a cost.
Throughput provisioned for a container is divided evenly among physical partitions.
References:
https://docs.microsoft.com/en-us/azure/architecture/best-practices/data-partitioning
Currently there are no comments in this discussion, be the first to comment!