Re: How normal mysql server 5.1 uses multiple cores

2009-11-24 Thread mos
At 06:44 AM 11/24/2009, you wrote: 2009/11/24 Johan De Meersman : > If you are wondering about parallel query execution (that is, splitting a > single query over multiple cores for faster execution), that is currently > not supported by MySQL. [offtopic] Probably is something stupid,

Re: How normal mysql server 5.1 uses multiple cores

2009-11-24 Thread Jaime Crespo Rincón
2009/11/24 Johan De Meersman : > If you are wondering about parallel query execution (that is, splitting a > single query over multiple cores for faster execution), that is currently > not supported by MySQL. [offtopic] Probably is something stupid, but could that be done with ndb clu

Re: How normal mysql server 5.1 uses multiple cores

2009-11-24 Thread Johan De Meersman
ificial Machines Pvt Ltd. > > > MySQL is already a multithreaded process, even though you only see a > > single > > process. Note that it doesn't scale very well above eight or so cores, > > especially InnoDB iirc. > > > > If you are wondering about parallel

Re: How normal mysql server 5.1 uses multiple cores

2009-11-24 Thread Manasi Save
y a multithreaded process, even though you only see a > single > process. Note that it doesn't scale very well above eight or so cores, > especially InnoDB iirc. > > If you are wondering about parallel query execution (that is, splitting a > single query over multiple cores f

Re: How normal mysql server 5.1 uses multiple cores

2009-11-24 Thread Johan De Meersman
MySQL is already a multithreaded process, even though you only see a single process. Note that it doesn't scale very well above eight or so cores, especially InnoDB iirc. If you are wondering about parallel query execution (that is, splitting a single query over multiple cores for f

How normal mysql server 5.1 uses multiple cores

2009-11-24 Thread Manasi Save
Hi All, Can anyone provide me any input on How to make mysql use multiple CPU cores avaliable. I am sorry if I am souding very unclear with this. Let me know if you have any questions. Thanks in advance. -- Regards, Manasi Save Artificial Machines Pvt Ltd. -- MySQL General Mailing List Fo

Re: Multiple Cores.

2008-12-08 Thread Jake Maul
single thread, hence can never use more than one core. So if your workload is dominated by 1 long-running query after another, it may seem like it's using only one core. Periodically check the output of "mysqladmin status"... if the thread counter is > 1, you're using multipl

Re: Multiple Cores.

2008-12-08 Thread walter harms
Kunal Jain schrieb: > How we can configure Mysql in such a way so that i start using all the cores > of CPU. I Have a QuadCore server but somehow mysql use only single core > whose usage percentage goes upto 99% while other three cores remains idle. > > Any Idea or Multiple Core/CPU is wastage.

Multiple Cores.

2008-12-08 Thread Kunal Jain
How we can configure Mysql in such a way so that i start using all the cores of CPU. I Have a QuadCore server but somehow mysql use only single core whose usage percentage goes upto 99% while other three cores remains idle. Any Idea or Multiple Core/CPU is wastage. -- Kunal Jain, burrp! http://b