在实体框架中最快的插入方式

て烟熏妆下的殇ゞ 提交于 2020-08-13 07:08:03

问题:

I'm looking for the fastest way of inserting into Entity Framework. 我正在寻找插入实体框架的最快方法。

I'm asking this because of the scenario where you have an active TransactionScope and the insertion is huge (4000+). 我之所以这样问,是因为您有一个活动的TransactionScope且插入量很大(超过4000个)。 It can potentially last more than 10 minutes (default timeout of transactions), and this will lead to an incomplete transaction. 它可能会持续10分钟以上(事务默认超时),这将导致事务不完整。


解决方案:

参考一: https://stackoom.com/question/OvK5/在实体框架中最快的插入方式
参考二: https://oldbug.net/q/OvK5/Fastest-Way-of-Inserting-in-Entity-Framework
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!