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 order to simplify the store package, we should assume all SS/SC backends are thread safe by default, the implementation should handle concurrency itself in such a way to achieve the best lock granularity.
The text was updated successfully, but these errors were encountered:
The default root store implementation uses a mutex lock. What exactly is the rationale for the underlying SS backends to have additional locks? It seems to me that we should rely on the storage engine's concurrency mechanism.
In order to simplify the store package, we should assume all SS/SC backends are thread safe by default, the implementation should handle concurrency itself in such a way to achieve the best lock granularity.
The text was updated successfully, but these errors were encountered: