From owner-freebsd-questions@FreeBSD.ORG Sat Jul 12 19:45:12 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 2A55D37B404 for ; Sat, 12 Jul 2003 19:45:12 -0700 (PDT) Received: from smtp1.libero.it (smtp1.libero.it [193.70.192.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F61243FBD for ; Sat, 12 Jul 2003 19:45:11 -0700 (PDT) (envelope-from ml.ventu@flashnet.it) Received: from soth.ventu (151.38.127.191) by smtp1.libero.it (7.0.012) id 3ECB938A010DBF97 for freebsd-questions@freebsd.org; Sun, 13 Jul 2003 04:45:15 +0200 Received: from mailer (xanatar.ventu [10.1.2.6]) by soth.ventu (8.12.6p2/8.12.6) with SMTP id h6D2j8HB000556 for ; Sun, 13 Jul 2003 04:45:09 +0200 (CEST) (envelope-from ml.ventu@flashnet.it) Message-Id: <200307130245.h6D2j8HB000556@soth.ventu> To: freebsd-questions@freebsd.org Priority: Normal X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Sun, 13 Jul 2003 04:45:08 EST From: Andrea Venturoli Subject: Re: vinum and hot-swapping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrea Venturoli List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 02:45:12 -0000 ** 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? If so, why so much penalty? bye av.