dotnet / ef6

This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.

Home Page:https://docs.microsoft.com/ef/ef6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bulk Insert/Update from C# .Net 4.8

vsfeedback opened this issue · comments

This issue has been moved from a ticket on Developer Community.


Hi,

I am using Enityframework 6.0 with .Net 4.8

in a transaction have to insert batch of 50,000 rows in each iteration. committing each of them is time consuming and causing the Transaction to rollback because of time out.

there are some commercial extension packages that allows bulkinsert /bulkupdate but I am wondering if there is a other library or solution that can do insert in one shot?


Original Comments

Feedback Bot on 10/26/2023, 06:34 AM:

(private comment, text removed)


Original Solutions

(no solutions)

This issue has been closed because EF6 is no longer being actively developed. We are instead focusing on stability of the codebase, which means we will only make changes to address security issues. See the repo README for more information.