4 Apr
2011
4 Apr
'11
8:07 a.m.
Alexandre Almeida <alexandre@hti.com.br> writes:
As far as I can see MariaDB stay locked/running on a single virtual CPU and MariaDB doesn't take advantage of CoolThread/CMT technologies, I mean it can not run on more than one virtual CPU same time. Result: poor performance.
Anybody knows if there is something can I do to spread ;-) MariaDB all over cpus? Am I missing something?
Each client connection will run on its own cpu. So to use all cpus your application needs to run many queries in parallel. - Kristian.