Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Way Faster Inserts #31310

Closed
TonyValenti opened this issue Jul 19, 2023 · 4 comments
Closed

Way Faster Inserts #31310

TonyValenti opened this issue Jul 19, 2023 · 4 comments

Comments

@TonyValenti
Copy link

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.

@ErikEJ
Copy link
Contributor

ErikEJ commented Jul 19, 2023

Duplicate of #27333

@roji
Copy link
Member

roji commented Jul 19, 2023

Yep, this is indeed on our radar. Closing as a duplicate of of #27333.

@roji roji closed this as not planned Won't fix, can't repro, duplicate, stale Jul 19, 2023
@roji
Copy link
Member

roji commented Jul 19, 2023

Duplicate of #27333

@roji roji marked this as a duplicate of #27333 Jul 19, 2023
@ajcvickers
Copy link
Member

@TonyValenti

It would certainly help raise it on the tech benchmarks as well.

Which benchmarks are you referring to, specifically?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants