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
The write model of raft log store is simple now. Currently, it cannot utilize the benefits of batching and pipelining. A better write model like RocksDB or something is needed.
The text was updated successfully, but these errors were encountered:
The write model of raft log store is simple now. Currently, it cannot utilize the benefits of batching and pipelining. A better write model like RocksDB or something is needed.
The text was updated successfully, but these errors were encountered: