From owner-freebsd-questions@FreeBSD.ORG Sat Jul 12 22:12:38 2003 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 2E0BA37B401 for ; Sat, 12 Jul 2003 22:12:38 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144C343FB1 for ; Sat, 12 Jul 2003 22:12:37 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp1839.sa.padsl.internode.on.net [150.101.26.46]) h6D5CVdj093142; Sun, 13 Jul 2003 14:42:32 +0930 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: Andrea Venturoli , freebsd-questions@freebsd.org Date: Sun, 13 Jul 2003 14:42:21 +0930 User-Agent: KMail/1.4.3 References: <200307130245.h6D2j8HB000556@soth.ventu> In-Reply-To: <200307130245.h6D2j8HB000556@soth.ventu> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200307131442.21264.malcolm.kay@internode.on.net> Subject: Re: vinum and hot-swapping 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: Sun, 13 Jul 2003 05:12:38 -0000 On Sun, 13 Jul 2003 19:15, Andrea Venturoli wrote: > ** Reply to note from "Greg 'groggy' Lehey" Sat, 12 = Jul > 2003 17:13:29 +0930 > > > The real performance penalty for RAID-5 is simply that writes require > > so much I/O. Expect 25% of the write performance of RAID-0. > > Ok, I must ask this: > Shouldn't SCSI system allow paralell writes on different disks? Physical writes yes. But how does the data get there? The SCSI bus (like any other) has a finite bandwidth. But maybe if you are very clever you can coax the SCSI bus into transmitting the same information to all disks in parallel. > If so, why so much penalty? Malcolm Kay