View Single Post
  #4 (permalink)  
Old 04-14-2008, 08:15 PM
zoul's Avatar
zoul zoul is offline
Moderator
 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 66
Send a message via AIM to zoul
as a follow up ... RE: 'the load on the server seems to be higher than normal.' ...

this is common, especially on databases that gradually grow ... at any rate of speed and size. The more data in the system, the slower it will run ... fairly common, performance tuning is again the best way to resolve this issue .. and sometimes, a query that performed really well with little data will perform horribly with lots of data ... the inverse is also sometimes true where a query that performs well with lots of data, performs poorly with little data (in comparison, heh)
__________________
-- David Higgins
http://www.fragmentedcode.com
http://www.zoulcreations.com
Reply With Quote