You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe transactions in the library shouldn't have a default isolation level at all, and should force users to carefully think about the isolation level they want
Right now, the default with this library is SERIALIZABLE.
The problem here is that this causes deadlocks really easily.
How often do people really need SERIALIZABLE, vs the more relaxed REPEATABLE_READ?
The text was updated successfully, but these errors were encountered: