From owner-freebsd-current@FreeBSD.ORG Wed Feb 9 21:42:09 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18E4016A4CE for ; Wed, 9 Feb 2005 21:42:09 +0000 (GMT) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52F3043D2D for ; Wed, 9 Feb 2005 21:42:08 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.1.26] (SIRIUS-ats227-UTC.ukrtel.net [195.5.25.154]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j19LfvjM042247 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Feb 2005 22:42:01 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <420A838B.9050600@portaone.com> Date: Wed, 09 Feb 2005 23:41:31 +0200 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Miguel Mendez References: <20050209205943.34c39e15.flynn@energyhq.es.eu.org> In-Reply-To: <20050209205943.34c39e15.flynn@energyhq.es.eu.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/685/Wed Jan 26 10:08:24 2005 clamav-milter version 0.80j on www.portaone.com X-Virus-Status: Clean cc: freebsd-current@FreeBSD.ORG Subject: Re: MySQL benchmarks X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2005 21:42:09 -0000 The difference between linux and everything else in those tests is so significant even on UP, so that I suspect that something wrong with the approach. -Maxim Miguel Mendez wrote: > Hi all, > > Someone has posted a link to a newsforge article on the NetBSD lists > that benchmarks MySQL performance on several systems, you can see it at: > > http://software.newsforge.com/article.pl?sid=04/12/27/1243207&from=rss > > I don't know how much Linux-specific code there is in MySQL because, > honestly, I always try to avoid it and go with PostgreSQL, but perhaps > somebody with more MySQL-fu can fill in the blanks and confirm that the > better performance seen on Linux systems is due to how the software is > designed and not so much related to FreeBSD per se. > > Cheers,