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
In current transaction storage it is unclear how to keep lock on rows while transaction is active and how to release all locks.
Also to implement different isolation level, we need to now order of transactions.
In current transaction storage it is unclear how to keep lock on rows while transaction is active and how to release all locks.
Also to implement different isolation level, we need to now order of transactions.
So we need new architecture to it.