Forum Discussion
nitinrahim
Dec 11, 2023Brass Contributor
Controlling an Application’s Throughput Consumption in Cosmos DB with ThroughputControlGroup
Hi Azure Cosmos Db Team, Was referring to the below document link to limit the throughput consumption per requests. https://the9090rule.medium.com/controlling-an-applications-throughput-consu...
nitinrahim
Dec 28, 2023Brass Contributor
Hi Team,
Good morning. Just following up on the above question?
With Regards,
Nitin Rahim
Good morning. Just following up on the above question?
With Regards,
Nitin Rahim
mannu2050
Microsoft
Dec 29, 2023nitinrahim throughput control will only try to restrict the throughput of the operation you define under it and will not impact other operations. It will generate the throttling error which will be handled by SDK as a regular throttling by means of retries / exception after retry. Please note this config does not calculate the RUs before executing the operation instead it checks the usage after the operation gets executed so a single operation may breach the RUs constraint.
Hope this helps!
- nitinrahimDec 29, 2023Brass ContributorThanks Manish and Azure Cosmos Db Team. Happy new years.
With Regards,
Nitin Rahim- nitinrahimFeb 01, 2024Brass ContributorHi Manish,
Is RU threshold a new property in Cosmos Db to limit RU Consumption per operation?It is container Settings > RU threshold. It can be set to a value to limit high cost query.