我首先使用 EF 代码创建一个asp.net * MVC * 应用程序。我曾使用Sql azure作为我的数据库。但事实证明 Sql Azure 并不可靠。所以我正在考虑使用 MySql/PostgreSQL 作为数据库。
我想知道首先使用 EF 代码和 MySql/PostgreSQL 在性能方面的影响/影响。有没有人在生产中使用过这个组合或认识任何使用过它的人?
编辑
我继续在Sql Azure中获得以下异常。
SqlException: "*A transport-level error has occurred when receiving results from the server.*
(provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)"
SqlException: *"Database 'XXXXXXXXXXXXXXXX' on server 'XXXXXXXXXXXXXXXX' is not
currently available. Please retry the connection later.* If the problem persists, contact
customer support, and provide them the session tracing ID of '4acac87a-bfbe-4ab1-bbb6c-4b81fb315da'.
Login failed for user 'XXXXXXXXXXXXXXXX'."