I would like to predict the size of the server which will be needed in future based on the size of DB for my web application. For example:
For example:
If I currently have 512 MB virtual private server running my PHP web application and associated MySQL database that holds 1 000 000 records is. And if I think this server is currently at its border.
Will 1 GB virtual private server handle the same application with 2 000 000 records? Or more? Or less?
I would like to know whether I can consider a linear function based on the DTC record number which can predict its server size in the future or something else complicated?
In order to predict future server size increase, I am looking for a simple model that depends on the amount of record in our DB. Thank you for your help! Update: For this, we can consider that the number of users will be the same. This record does not depend on the count, it also depends on the load. Are you using indexing, caching? If you want to be on the same server then it can be helpful.
Comments
Post a Comment