Support opting out of wrapping database operations in a transaction during SaveChanges() #6339
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Wrapping all database operations in a transaction during
SaveChanges()
is important to keep data in the database consistent and we should always do it by default. However for certain applications trading off data consistency for a performance gain may be acceptable. Some testing performed in https://github.com/aspnet/benchmarks has shown that the performance gain can be significant.The text was updated successfully, but these errors were encountered: