What kind of server do I need to handle 10 million requests and mySQL queries a day?

Posted by Calvin on Server Fault See other posts from Server Fault or by Calvin
Published on 2010-03-19T06:52:06Z Indexed on 2010/03/19 7:01 UTC
Read the original article Hit count: 378

Filed under:
|
|
|
|

I'm a new bie of server administration and I'm looking for a powerful hosting service to host my new website. This website is basically a back-end of an mobile online game, and it will:

  • handle up to 10 million of HTTPS request and mySQL queries a day
  • store up to 2000 GB file on the hard disk
  • transfer probably 5000 GB data in and out per month
  • it runs on PHP and mySQL
  • have 10 million records in mySQL database, for each record there are 5-10 fields, around 100 bytes each

I really don't know what kind of a server I need to handle these requirements, my question is:

  1. what cpu/ram do I need for a dedicated server or vps?
  2. what hosting companies are able to offer this kind of dedicated server or VPS?
  3. what about cloud computing? I've researched Amazon EC2 but it seems complicated to me. And I've contacted Rackspace but strangely they said Cloudsites is not suitable for my requirements. I wonder if there is other cloud hosting company.
  4. any other alternative method?

thanks very much!

© Server Fault or respective owner

Related posts about php

Related posts about mysql