Php/MySQL to ASP.NET/MSSQL, Suggest if its worth the trouble.

Posted by user302656 on Stack Overflow See other posts from Stack Overflow or by user302656
Published on 2010-03-26T15:46:59Z Indexed on 2010/03/26 16:13 UTC
Read the original article Hit count: 172

Filed under:
|
|
|

Hello Guys,

We have been using PHP/MySQL for our web application which has been growing a lot, the database is around 4-5GB and one of the table is 2GB sometimes, hence slowing down whenever any queries to that table is called.

Should we just try to optimize, or are we using MySQL above its limit? Will switching our web app to .NET/MSSQL resolve the issues?

Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about php