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
Currently, the RaftMetadataStore stores its state in an in-memory structure. If this should be a problem for stability and scalability we might have to replace it with a storage component that can spill gracefully to disk. One candidate could be RocksDB.
The text was updated successfully, but these errors were encountered:
Currently, the RaftMetadataStore stores its state in an in-memory structure. If this should be a problem for stability and scalability we might have to replace it with a storage component that can spill gracefully to disk. One candidate could be
RocksDB
.The text was updated successfully, but these errors were encountered: