简体   繁体   English

Azure SQL DTU消耗100%行为

[英]Azure SQL DTU Consumption 100% Behaviour

I have a more general question to which I unfortunately could not find anything documentated in the offical azure sql db ressources. 我有一个更一般的问题,不幸的是,在正式的Azure SQL db资源中找不到任何记录的内容。 What is the behaviour of the Azure SQL once I am reaching a DTU Consumption of above 100%? 当我的DTU消耗达到100%以上时,Azure SQL的行为是什么?

For example writing constantly entries into a table although having already hitten the DTU consumption of 100% ? 例如,尽管已达到100%的DTU消耗,但仍将表中的条目不断写入表中? Do incoming entries get a timeout or a queued in someway? 传入条目会超时还是以某种方式排队?

Thanks in Advance. 提前致谢。

At DTU max, queries begin being queued. 在DTU max下,查询开始排队。 As the queue length builds, queries may time out. 随着队列长度的增加,查询可能会超时。 This is a reason why retry logic is important in case your database gets temporarily hammered and this situation occurs. 这就是为什么重试逻辑很重要的原因,以防您的数据库被临时锤击并发生这种情况。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM