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
Do not set table-wide and partial locks when deleting bindings.
Table-wide locks are supposed to improve performance for bulk oprations
for a single entity, but block operations for multole entities, for example
exclusive queues.
Partial locks were there since forever without any clear justification,
and I don't see any good reasons to keep them. Delete operation will aquire
a lock for an actual record avoiding partial table locks.
Addresses #1566
[#156352963]
0 commit comments