Use BulkSaveChanges
to execute bulk operations when saving a large number of entities for maximal performance.
Use BatchSaveChanges
to combine SQL generated by SaveChanges
to reduce database round-trip.
Get access to our BatchSaveChanges feature to dramatically improve your saving performance
(Require Entity Framework 6 + SQL Server/Azure, more providers will be added soon)