From: Johan De Meersman Date: November 24 2009 11:18am Subject: Re: How normal mysql server 5.1 uses multiple cores List-Archive: http://lists.mysql.com/mysql/219475 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e644cd96ff314d04791c1a39 --0016e644cd96ff314d04791c1a39 Content-Type: text/plain; charset=ISO-8859-1 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 faster execution), that is currently not supported by MySQL. On Tue, Nov 24, 2009 at 12:02 PM, Manasi Save < manasi.save@stripped> wrote: > 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 > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/mysql?unsub=vegivamp@stripped > > --0016e644cd96ff314d04791c1a39--