From owner-freebsd-stable@FreeBSD.ORG Tue Jun 28 13:16:12 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98B4816A41C for ; Tue, 28 Jun 2005 13:16:12 +0000 (GMT) (envelope-from martin@gneto.com) Received: from av9-1-sn3.vrr.skanova.net (av9-1-sn3.vrr.skanova.net [81.228.9.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5532743D49 for ; Tue, 28 Jun 2005 13:16:09 +0000 (GMT) (envelope-from martin@gneto.com) Received: by av9-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 2761638397; Tue, 28 Jun 2005 15:16:09 +0200 (CEST) Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av9-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 731F637F13; Tue, 28 Jun 2005 15:16:08 +0200 (CEST) Received: from [192.168.2.30] (h99n2fls34o985.telia.com [213.66.202.99]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 2FC8437E45; Tue, 28 Jun 2005 15:16:08 +0200 (CEST) Message-ID: <42C14D96.9020605@gneto.com> Date: Tue, 28 Jun 2005 15:16:06 +0200 From: Martin Nilsson User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: sv, en-us, en MIME-Version: 1.0 To: Michael Schuh References: <1dbad315050621051525f4c6fc@mail.gmail.com> <200506281904.48464.doconnor@gsoft.com.au> <20050628111332.GC48140@isis.sigpipe.cz> <200506282105.20586.doconnor@gsoft.com.au> <1dbad31505062805472d4c6e0a@mail.gmail.com> In-Reply-To: <1dbad31505062805472d4c6e0a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD MySQL still WAY slower than Linux X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 13:16:12 -0000 Michael Schuh wrote: > # cd /; /usr/bin/time dd if=/dev/zero bs=1024 count=1024k of=zerofile; > I would only compare the performace from 2 Versions of FreeBSD, while > i mean that the performance from RELENG_5 is more slower than under > GENTOO and it is double as slow as under RELENG_4. Let me guess: Intel ICH5 or 6300ESB south bridge and ATA disk (Seagate Barracuda 7200.7)? There is something wrong in the RELENG_5 ATA driver that makes this combination perform really slow on writes (~16MB/s). When connecting a nearly identical SATA drive to the machine it performs as expected with ~55MB/s sequential writes. RELENG_4 performs as expected and I think ATA mkIII in CURRENT also works. /Martin