You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi EFCore Team,
I've been using EFCore's SaveChanges to mass transfer ~100,000,000 records in batches of 1,000 rows. SaveChanges takes about 1.2 seconds to insert 1,000 rows.
I just did a test using EF Extensions Bulk Insert and it takes between 0.05 and 0.09 seconds to do the inserts. It is ridiculously faster!
Anyways, it would be great if EFCore naturally had a solution that was that fast. It would certainly help raise it on the tech benchmarks as well.
The text was updated successfully, but these errors were encountered:
Hi EFCore Team,
I've been using EFCore's
SaveChanges
to mass transfer ~100,000,000 records in batches of 1,000 rows. SaveChanges takes about 1.2 seconds to insert 1,000 rows.I just did a test using EF Extensions Bulk Insert and it takes between 0.05 and 0.09 seconds to do the inserts. It is ridiculously faster!
Anyways, it would be great if EFCore naturally had a solution that was that fast. It would certainly help raise it on the tech benchmarks as well.
The text was updated successfully, but these errors were encountered: