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
Follow up #16068 (comment)
There are some read transactions use Lock()/Unlock() when trying to get data from backend. We should replace them with RLock()/RUnlock() to allow more concurrent reads.
What would you like to be added?
Follow up #16068 (comment)
There are some read transactions use Lock()/Unlock() when trying to get data from backend. We should replace them with RLock()/RUnlock() to allow more concurrent reads.
Why is this needed?
Improve concurrency
The text was updated successfully, but these errors were encountered: