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.s...@artificialmachines.com> 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=vegiv...@tuxera.be > >