Batch Updates
Performing INSERT/UPDATE/DELETE operations in batches will increase performance of data updating.
-
Vladimir Dumitrescu commented
Please review this suggestion (code included) for batch inserts with StoreGeneratedPattern = Identity
Thank you.
-
Aleksandar Petrovik commented
Improve Batch updates, so you can use StoreGeneratedPattern = Identity, at least you can ignore the generated Primary key on insert. The way how it's implemented now is useless for us.
-
AdminDevart (_, Devart) commented
See the details of the feature implementation in our blog article "New Features of Entity Framework Support in dotConnect Providers" at
http://www.devart.com/blogs/dotconnect/index.php/new-features-of-entity-framework-support-in-dotconnect-providers.html#Batch