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?
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?