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

Horizontal scale #31

Open
dimasanwaraziz opened this issue Oct 11, 2024 · 1 comment
Open

Horizontal scale #31

dimasanwaraziz opened this issue Oct 11, 2024 · 1 comment

Comments

@dimasanwaraziz
Copy link

Very interesting, how to make this horizontal scaling?

Any persistent volume should I define that can I share with every node (server)?

@sysulq
Copy link
Owner

sysulq commented Oct 14, 2024

That's an interesting question. To support horizontal scaling, you could consider implementing a multi-node cluster based on the Raft consensus algorithm. This would allow for fault tolerance and improved read capacity across multiple nodes. However, write operations might still be limited by the performance of a single node.

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

2 participants