| List: | General Discussion | « Previous MessageNext Message » | |
| From: | mos | Date: | April 10 2009 9:04pm |
| Subject: | Re: MySQL runs on 16-cores server | ||
| View as plain text | |||
At 06:00 AM 4/10/2009, you wrote: >Hi. > If the server has 16 cores, how to set parameters to make MySQL runs >well. >Any reply is appreciated. Using more cores with MySQL doesn't mean it will run faster. In fact, it could slow it down. Make sure you have done benchmarking with your current computer so you can compare the difference. InnoDb and MyISAM don't scale well with multi-cores I'm afraid. Mike
