Cloud Database Service Latency/Performance
        Posted  
        
            by Gcoop
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gcoop
        
        
        
        Published on 2010-06-11T10:12:39Z
        Indexed on 
            2010/06/11
            10:33 UTC
        
        
        Read the original article
        Hit count: 363
        
Hi All,
I am running a heavy traffic site and our server is beginning to get to its limits, at the moment the entire LAMP stack is on one box (not ideal).
I would like to move the database onto it's own box or onto a cloud service, but from my previous experience moving the database off the same box as the webserver increases the latency of reads quite dramatically slowing down the site.
Is using a cloud service for this going to overcome this problem, because as far as I can tell its essentially the same situation (as moving it onto a separate box in my control)? In which case why is there so much popularity around cloud based database services at the moment?
Are cloud based database services so quick that the latency of reads is so low that its almost like having it on the same box in the same datacentre?
© Stack Overflow or respective owner