From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 7 07:01:42 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 5CB6C106564A for ; Sun, 7 Jun 2009 07:01:42 +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 ABA128FC14 for ; Sun, 7 Jun 2009 07:01:40 +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 n5771ZMV097837; Sun, 7 Jun 2009 09:01:35 +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 n5771YDo097834; Sun, 7 Jun 2009 09:01:35 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 7 Jun 2009 09:01:34 +0200 (CEST) From: Wojciech Puchar To: Freddie Cash In-Reply-To: Message-ID: References: <20090530175239.GA25604@logik.internal.network> <20090530144354.2255f722@bhuda.mired.org> <20090530191840.GA68514@logik.internal.network> <20090530162744.5d77e9d1@bhuda.mired.org> 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 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, 07 Jun 2009 07:01:42 -0000 >> (very roughly, in the non-sequential access case) expected to deliver >> performance of four drives in a RAID0 array? > > According to all the Sun documentation, the I/O throughput of a raidz > configuration is equal to that of a single drive. exactly what i say. it's like RAID3. Not RAID5 which have close to n times single drive throughput on read and rougly n/4 on writes. > We remade the pool using 3x 8-drive raidz2 vdevs, and performance has > been great (400 MBytes/s write, almost 3 GBytes/s sequential read, 800 why write performance is so slow? in Sun theory it should have the same speed as reads. I would say that it should be even better a bit - filesystem get data first in cache and can plan ahead. > MBytes/s random read). random read on how big chunks? Are you sure you get 3GB/s on read? it would mean each drive must be able to do 140MB/s What disks do you use?