From owner-freebsd-fs@FreeBSD.ORG Sun Jun 28 10:39:55 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5A6B106566C for ; Sun, 28 Jun 2009 10:39:55 +0000 (UTC) (envelope-from andrew@modulus.org) Received: from email.octopus.com.au (email.octopus.com.au [122.100.2.232]) by mx1.freebsd.org (Postfix) with ESMTP id A46168FC0C for ; Sun, 28 Jun 2009 10:39:55 +0000 (UTC) (envelope-from andrew@modulus.org) Received: by email.octopus.com.au (Postfix, from userid 1002) id DEEF21733D; Sun, 28 Jun 2009 20:40:17 +1000 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on email.octopus.com.au X-Spam-Level: X-Spam-Status: No, score=-0.3 required=10.0 tests=ALL_TRUSTED,DNS_FROM_DOB, RCVD_IN_DOB autolearn=no version=3.2.3 Received: from [10.20.30.102] (60.218.233.220.static.exetel.com.au [220.233.218.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin@email.octopus.com.au) by email.octopus.com.au (Postfix) with ESMTP id 66C601721F; Sun, 28 Jun 2009 20:40:13 +1000 (EST) Message-ID: <4A4747A0.6040902@modulus.org> Date: Sun, 28 Jun 2009 20:36:16 +1000 From: Andrew Snow User-Agent: Thunderbird 2.0.0.6 (X11/20070926) MIME-Version: 1.0 To: Dan Naumov References: <4A4725FA.80505@modulus.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org, freebsd-geom@freebsd.org Subject: Re: read/write benchmarking: UFS2 vs ZFS vs EXT3 vs ZFS RAIDZ vs Linux MDRAID X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2009 10:39:56 -0000 > What's confusing is that your results are actually out of place with > how ZFS numbers are supposed to look, not mine :) When using ZFS > RAIDZ, due to the way parity checking works in ZFS, your pool is > SUPPOSED to have throughput of the average single disk from that pool > and not some numbers growing skyhigh in a linear fashion. Could you please elaborate on this and explain it? - Andrew