-
Notifications
You must be signed in to change notification settings - Fork 0
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 scaling #156
Comments
Do we want to generate both, vertical and horizontal scaling recommendations? |
I think we should make it optional, i.e. the user can choose whether to use horizontal or vertical scaling. |
Right. The only "problem" I have with the current vertical scaling recommendations is that we essentially recommend deployment topologies that consist entirely of SPOFs 😉 We could also let users limit the number of recommended instances per ingredient (as a constraint specified with the workload model. or based on the ingredient type, i.e., RDBMS <5 instances, etc.). |
I'd like to discuss this further and leave the issue open at least until I open the pull request |
Create a MiniZinc model for horizontal scaling and an according recommendation job.
(UI will need slight adjustment as well)
The text was updated successfully, but these errors were encountered: