freakers Posted July 22, 2010 Share Posted July 22, 2010 Thanks for visiting. Our company user base recently increased to 2 million. At the moment, we are using MYSQL as the database choice for online transactions and verifications. We currently are experiencing bandwidth problems. Is there any other way to go aside from MYSQL? or do we need to enhance on our server? I just need some school of thought reading this issue. Thanks You Link to comment https://forums.phpfreaks.com/topic/208522-phpmysql-bandwidth-issues/ Share on other sites More sharing options...
timvdalen Posted July 22, 2010 Share Posted July 22, 2010 You're just going to have to upgrade the server. Optimizing your queries might do a little bit of good, but eventually you'll end up with upgrading. Before you do, check how much RAM is being used by Apache, PHP and MySQL. If that fills it up, buy some RAM. If some other processes do that, eliminate them. If you're processor is hitting 100%, you're doing it wrong. Good luck PS. I'm quite interested in what site you run, could you post a link? Link to comment https://forums.phpfreaks.com/topic/208522-phpmysql-bandwidth-issues/#findComment-1089484 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.