Hi friends,
I have a "little" problem I would like to share with you to get some advice. I'm developing an application which works with MySQL Cluster. Now it is local, but it will be soon in a production environment. So, I don't know how I can estimate the right size of the cluster and each machine to provide service.
Let's say the application will manage users and data like a social network, so what I need to know is a relation between users-workload and cluster size. I can also do an estimation of the size of the database based on the number of users, so where I say "users" I could say "database size". Something like this:
1000 users, sharing photos, videos, comments, making friends... A cluster with X nodes and each node will have....
100000 users.... A cluster with Y nodes and each node...
Is it possible to do an estimation like that? I need it to do a right plan of growing.
Thank you very much and sorry for my English!
Jose
I have a "little" problem I would like to share with you to get some advice. I'm developing an application which works with MySQL Cluster. Now it is local, but it will be soon in a production environment. So, I don't know how I can estimate the right size of the cluster and each machine to provide service.
Let's say the application will manage users and data like a social network, so what I need to know is a relation between users-workload and cluster size. I can also do an estimation of the size of the database based on the number of users, so where I say "users" I could say "database size". Something like this:
1000 users, sharing photos, videos, comments, making friends... A cluster with X nodes and each node will have....
100000 users.... A cluster with Y nodes and each node...
Is it possible to do an estimation like that? I need it to do a right plan of growing.
Thank you very much and sorry for my English!
Jose