Any SQL pros here? question for you...
The content management system im using for my site is creating temp tables and copying them to disk with every query its slowing down my site.
So I only have 100 users on my site but my site is fucking sloow.
How SHOULD queries be made? Should it be doing this in memory?
Is it hard to switch this from copying things to disk to copying them to memory?
Im going to complain to them but want a better idea of what Im talking about first.
thanks
|