Insert, Update and delete operations are slow on EF Core 2.1.1 versus EF 6.2

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Susanna
Posts: 5
Joined: Fri 03 Aug 2018 08:42

Insert, Update and delete operations are slow on EF Core 2.1.1 versus EF 6.2

Post by Susanna » Fri 03 Aug 2018 09:14

We have performance issues after migration to EF Core 2.1.1 using .Net 4.7.2 and Devart - 9.6.540.
Insert, Update and Delete operations are about 2-3 times slower than in EF 6.2 with the same Devart version.
AddRange and DeleteRange are about the same.


Please advise if you have any information about this slowness.

Thanks

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Insert, Update and delete operations are slow on EF Core 2.1.1 versus EF 6.2

Post by Shalex » Tue 07 Aug 2018 11:15

We have asked for a test project by email.

Post Reply