From owner-freebsd-current@FreeBSD.ORG Wed Feb 9 23:34:25 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 9D60B16A4CE for ; Wed, 9 Feb 2005 23:34:25 +0000 (GMT) Received: from smtp819.mail.sc5.yahoo.com (smtp819.mail.sc5.yahoo.com [66.163.170.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 6604743D2F for ; Wed, 9 Feb 2005 23:34:25 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noacks@swbell.net@70.240.249.100 with login) by smtp819.mail.sc5.yahoo.com with SMTP; 9 Feb 2005 23:34:25 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 84AD66194; Wed, 9 Feb 2005 17:34:24 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31876-09; Wed, 9 Feb 2005 17:34:23 -0600 (CST) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id E8098617E; Wed, 9 Feb 2005 17:34:22 -0600 (CST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.13.1/8.13.1) with ESMTP id j19NYLHQ083340; Wed, 9 Feb 2005 17:34:22 -0600 (CST) (envelope-from noackjr@alumni.rice.edu) Message-ID: <420A9DFD.40805@alumni.rice.edu> Date: Wed, 09 Feb 2005 17:34:21 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 1.0 (X11/20050202) 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org cc: freebsd-current@freebsd.org Subject: Re: MySQL benchmarks X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu 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 23:34:25 -0000 On 02/09/05 13:59, Miguel Mendez wrote: > 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. The scalability results look promising. Also, has anyone seen what effect WITH_PROC_SCOPE_PTH has on performance? Jon