我在Azure上运行使用SQL Azure Business数据库的白标引擎/站点生成器。有几百个网站运行良好的访客数量加上很多机器人定期点击网站。
还有一些进程正在运行以保持数据同步到达数据库。
一般来说,它一切正常,但是有太多错误(我喜欢)以下类型:
[20 per day] System.ComponentModel.Win32Exception: The wait operation timed out
[5 per day] System.ComponentModel.Win32Exception: An existing connection was forcibly closed by the remote host
[2 per week] System.Data.SqlClient.SqlException: The service has encountered an error processing your request. Please try again. Error code 40143. A severe error occurred on the current command. The results, if any, should be discarded.
[Bad Bots] System.Data.SqlClient.SqlException: Resource ID : 1. The request limit for the database is 180 and has been reached. See 'http://go.microsoft.com/fwlink/?LinkId=267637' for assistance.
我一直在寻求提高查询/网站等的效率,但我也期望大幅增加托管网站的数量,这样无论如何都会有更多的流量。
据我所知,Premium Azure将提供更好的容量保证,但价格要贵得多。
有没有人有类似的经历并跳转到Azure Premium,他们会推荐吗?