How do I make MySQL use more resources?

oboeguy

Diamond Member
Dec 7, 1999
3,907
0
76
Dual P4 Xeons with HT. I'm running two programs at once. One is writing lots of data to a DB the other is reading from the same table in the same DB. My question is:
why is MySQL using so little of the resources available? Shouldn't each query be in its own thread, chewing-up a huge amount of CPU, preferably on different CPUs? Is the problem that MySQL isn't dual-CPU aware?

I ask because it's taking way too long to do this stuff. Yes, there are still optimizations I can do but regardless, not using resources makes no sense to me.

Edit: tried to fix link
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
not sure why it's not using multiple CPU's, I could have sworn it's a multithreaded app. Have you tried on a *nix mysql server? Perhaps it windows related?