Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify feasibility of in memory state storage #1823

Closed
Tracked by #1831
tillrohrmann opened this issue Aug 12, 2024 · 1 comment
Closed
Tracked by #1831

Verify feasibility of in memory state storage #1823

tillrohrmann opened this issue Aug 12, 2024 · 1 comment
Assignees

Comments

@tillrohrmann
Copy link
Contributor

tillrohrmann commented Aug 12, 2024

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.

@tillrohrmann
Copy link
Contributor Author

We believe that the metadata is small enough to be kept in memory for the time being.

@tillrohrmann tillrohrmann self-assigned this Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant