gpt4 book ai didi

entity-framework - EF Code First 的预生成 View

转载 作者:行者123 更新时间:2023-12-03 23:39:14 24 4
gpt4 key购买 nike

最终部署到使用 Entity Framework Code First 和 MySql 构建的新站点后,一个令人烦恼的问题是缓存 View 元数据时经常遇到的暂停。这似乎比应用程序池被回收的频率要高得多。 (?)

我想对于一个流量源源不断的网站来说,这可能不会经常被注意到。对于一个流量不频繁的新站点,感觉就像每次我访问该站点时,呈现第一页都会有 4-5 秒的延迟。

所以我追踪了以下链接:

http://msdn.microsoft.com/en-us/library/bb896240.aspx

http://visualstudiogallery.msdn.microsoft.com/72a60b14-1581-4b9b-89f2-846072eff19d

EF Power Tools CTP1 看起来很有希望,除了它似乎在 EF 4.3 中被破坏并且几个月没有更新。此外,我不确定该工具如何适应我们的自动化构建过程。

EF Power Tools 正在使用的 OptimizeContext() 或 WriteEdmx() 方法引发此错误

System.Reflection.TargetInvocationException: 
Exception has been thrown by the target of an invocation. ---> System.Data.ProviderIncompatibleException: The provider did not return a ProviderManifestToken string. ---> System.Data.SqlClient.SqlException:
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

我最初认为这可能与 MySql 相关,但 EF Power Tools Q&A 部分的其他几个人正在报告它。

所以,简而言之,我如何首先为 EF 4.3 代码预生成 View ,最好以一种可以插入自动构建过程的方式?

最佳答案

Pawel 回答了我的相关问题:

Entity Framework initialization is SLOW -- what can I do to bootstrap it faster?

通过构建 T4 模板:

http://blog.3d-logic.com/2012/05/28/entity-framework-code-first-and-pre-generated-views/

这也不完美,但比我见过的任何其他东西都更有用。

然后,您可以执行以下操作:

http://www.platinumbay.com/blogs/dotneticated/archive/2009/08/28/running-t4-templates-with-msbuild.aspx

将其添加到构建过程中,但它有点慢,因此您可能希望将其作为更新 EF 模型的(另一个)手动步骤。

真的,他们需要一个警告说,不要使用 EF WITH > 500 TABLES,使用它变得越来越烦人。

关于entity-framework - EF Code First 的预生成 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9888789/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com