Is there any settings or anything i can do if i have a site that querys SQL a lot? Currently its a lot of messy code that I cant get fixed atm, however loading on my pages when you first load them its blank and says waiting for domain.com..... Is there anyway at all to help fix this problem? Caching? anything? Currently running on a dedicated linux centos box In other words what the best way to give my SQL more memory~
SQL will optimize itself with time or you can invest on a raid controller card like the compaq Smart Array 5304/256 Controller. this card has mutltiple posts. I has worked very good for me.
You should first optimize your queries...or atleast run some type of asyncronis remoting service. Sometimes placing your queries in stored procedures does the trick. in short...find the time to fix your code.