| Binaries / Compiled [message #225] |
Wed, 04 October 2006 14:39  |
orban Messages: 3 Registered: October 2006 |
Junior Member |
|
|
http://dev.mysql.com/downloads/mysql/5.0.html
"For maximum stability and performance, we recommend that you use the binaries we provide."
Is that true? I always compiled my own MySQL (don't actually know why, I just always compiled my own lighty, php and mysql).
Is there actually any performance gain?
Running debian stable Linux blabla 2.6.8-2-686-smp #1 SMP Tue Aug 16 12:08:30 UTC 2005 i686 GNU/Linux
|
|
|
| Re: Binaries / Compiled [message #226 is a reply to message #225 ] |
Wed, 04 October 2006 16:43   |
Peter Messages: 405 Registered: August 2006 |
Senior Member Super Guru |
|
|
Debian users typically do it, or using Debian package. Normally they are smart enough to do good builds, we had some issues with bad builds on debian as well however.
Using MySQL provided builds is more about Stability than performance. Using special compiler switches for your CPU model you typically can make MySQL even faster 1-2% but it increases chances of problems with compiler/GLIBC issues.
Peter Zaitsev, MySQL Performance Expert
MySQL Performance Blog - http://www.mysqlperformanceblog.com
MySQL Consulting http://www.mysqlperformanceblog.com/mysql-consulting/
|
|
|
|
|
| Re: Binaries / Compiled [message #229 is a reply to message #225 ] |
Wed, 04 October 2006 17:02  |
orban Messages: 3 Registered: October 2006 |
Junior Member |
|
|
|
Okay, thanks for your help!
|
|
|