|
|
|
|
|
by jpc0
338 days ago
|
|
Treat transactions like mutexes has always been the prevailing wisdom has not not? Keep them as short as possible and do not make blocking calls within one. This would be true for any database, something read / written during a transaction would block at least that table universally until the transaction is finalised. |
|