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
An autocommit optimistic statement can retry with pessimistic mode. A lock implies contention, which can be better handled in pessimistic mode.
Removing the attempt to resolve locks in its first optimistic execution can reduce latency in high-contention scenario.