From owner-freebsd-hackers@FreeBSD.ORG Sun May 31 21:57:37 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8656D106564A for ; Sun, 31 May 2009 21:57:37 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 93BCC8FC14 for ; Sun, 31 May 2009 21:57:36 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n4VLvRRg026599; Sun, 31 May 2009 23:57:27 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n4VLvR6D026596; Sun, 31 May 2009 23:57:27 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 31 May 2009 23:57:27 +0200 (CEST) From: Wojciech Puchar To: xorquewasp@googlemail.com In-Reply-To: <20090531201445.GA82420@logik.internal.network> Message-ID: References: <20090530175239.GA25604@logik.internal.network> <20090530144354.2255f722@bhuda.mired.org> <20090530191840.GA68514@logik.internal.network> <20090530162744.5d77e9d1@bhuda.mired.org> <20090531201445.GA82420@logik.internal.network> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-hackers@freebsd.org, krad Subject: Re: Request for opinions - gvinum or ccd? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2009 21:57:37 -0000 >> Would create a striped data set across da1 and da2 > > What kind of performance gain can I expect from this? I'm purely thinking > about performance now - the integrity checking stuff of ZFS is a pleasant > extra. with stripping - as much as with gstripe, ZFS do roughly the same. with RAID-z - faster transfer, rougly same IOps as single disk. After i read ZFS papers i know that RAID-z is actually more like RAID-3 not RAID-5.