From owner-freebsd-questions@FreeBSD.ORG Tue Jan 25 23:39:47 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8391E16A4CE; Tue, 25 Jan 2005 23:39:47 +0000 (GMT) Received: from silver.he.iki.fi (helenius.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2369943D49; Tue, 25 Jan 2005 23:39:46 +0000 (GMT) (envelope-from pete@he.iki.fi) Received: from [193.64.42.134] (h86.vuokselantie10.fi [193.64.42.134]) by silver.he.iki.fi (8.13.1/8.11.4) with ESMTP id j0PNdhHc070434; Wed, 26 Jan 2005 01:39:44 +0200 (EET) (envelope-from pete@he.iki.fi) Message-ID: <41F6D8C1.2040907@he.iki.fi> Date: Wed, 26 Jan 2005 01:39:45 +0200 From: Petri Helenius User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthias Buelow References: <41F571F4.1090504@he.iki.fi> <41F679FF.5090809@incubus.de> In-Reply-To: <41F679FF.5090809@incubus.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-performance@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.3 I/O Performance / Linux 2.6.10 | Continued Discussion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 23:39:47 -0000 Matthias Buelow wrote: > Petri Helenius wrote: > >> Are you sure you aren't comparing filesystems with different mount >> options? Async comes to mind first. > > > a) ext3 and xfs are logging filesystems, so the problem with > asynchronous metadata updates possibly corrupting the filesystem on a > crash doesn't arise. No, they have a different, though unrelated issues. I didn't notice which filesystem and which options were used for the benchmarks, that's why I was asking about it. > b) asynchronous metadata updates wouldn't have any performance benefit > on a dd if=/dev/zero of=tstfile. I was not aware that the tests were this simple. > c) please cut down your quotes, and write your answers below or > between the quoted text, instead of the outlook text-above-fullquote > style. thanks. I usually do, however in this case it was intentional. Pete