Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在Entity Framework 6.1.3中优化我的查询,所以我需要知道查询是否已经是 CompiledQueries 或者我需要手动将它们编写为 CompiledQuery?
提前致谢。
不,他们不是。您需要指定要使用 CompiledQuery。
也就是说,使用编译查询只会提供 7% 的性能提升。如果调整 EF 的性能确实是您的主要问题,我建议您阅读以下内容:
https://msdn.microsoft.com/en-us/data/hh949853