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 the fix #42210, we lock some untouched keys, and there may be high contention when there are conflict on untouched keys, because we don't lock them before, the performance is decreased.
Maybe we can optimize the performance for locking untouched keys if TiDB support a share-exclusive lock, only share lock is required for such case.
The text was updated successfully, but these errors were encountered:
Enhancement
In the fix #42210, we lock some untouched keys, and there may be high contention when there are conflict on untouched keys, because we don't lock them before, the performance is decreased.
Maybe we can optimize the performance for locking untouched keys if TiDB support a share-exclusive lock, only share lock is required for such case.
The text was updated successfully, but these errors were encountered: