Re: mysql performance tuning @ FreeBSD6

2006-01-25 Thread Robert Watson
On Wed, 25 Jan 2006, Ivan Voras wrote: Thomas Krause (Webmatic) wrote: But with static linked libraries, I cannot switch between libthread and libthr - right? Could somebody give me an inspiration/ recommendation? Unless you are ready to count individual CPU cycles, you won't find a notica

Re: mysql performance tuning @ FreeBSD6

2006-01-25 Thread Ivan Voras
Thomas Krause (Webmatic) wrote: But with static linked libraries, I cannot switch between libthread and libthr - right? Could somebody give me an inspiration/ recommendation? Unless you are ready to count individual CPU cycles, you won't find a noticable difference between static and dynamic

mysql performance tuning @ FreeBSD6

2006-01-25 Thread Thomas Krause (Webmatic)
Hi, I've read a lot about mysql performance tuning - also on this list. 1) I can switch from libpthread to libthr, which should give a perfomance benefit. This is done in /etc/libmap.conf 2) I can build a static linked version of mysqld (BUILD_OPTIMIZED=yes), which should also give a per