Batch Updates
Performing INSERT/UPDATE/DELETE operations in batches will increase performance of data updating.
![](https://secure.gravatar.com/avatar/d1f3a28af2a27cd30cc7fbbe47cc57b8?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
-
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