From owner-freebsd-performance@FreeBSD.ORG Wed Jun 18 13:41:31 2003 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B64237B401 for ; Wed, 18 Jun 2003 13:41:31 -0700 (PDT) Received: from silver.he.iki.fi (silver.he.iki.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 049C143FCB for ; Wed, 18 Jun 2003 13:41:28 -0700 (PDT) (envelope-from pete@he.iki.fi) Received: from PETEX31 (h81.vuokselantie10.fi [193.64.42.129]) by silver.he.iki.fi (8.12.9/8.11.4) with SMTP id h5IKfIcO014986; Wed, 18 Jun 2003 23:41:18 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <002101c335d9$f6664a20$812a40c1@PETEX31> From: "Petri Helenius" To: "Jin Guojun [DSD]" , "agent dero" References: <20030614190033.7F0DE37B407@hub.freebsd.org><20030615091254.M85497@bluhayz.org> <3EF0B507.2B1B6FDF@lbl.gov> Date: Wed, 18 Jun 2003 23:41:14 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-performance@freebsd.org Subject: Re: freebsd-performance Digest, Vol 4, Issue 7 X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 20:41:31 -0000 > agent dero wrote: > > > I have been researching RAID and Software RAID online using FreeBSD's > > availible documents, and I am wondering what the performance of using a > > simple RAID 1 capable card over a software RAID 1 configuration? Will the > > software RAID perform well enough that I could just cut costs of a RAID card? > > For mirroring (RAID 1) or mirroring + striping (RAID10 or RAID0+1) the hardware on a RAID card does not really give you a much, just saves you one DMA from the main memory for the other write on the redundant disk. And depending on driver and if you purchased the battery backup on the card, might give you benefits from write ordering. > > Recently, we tested software RAID via CCD and VINUM, and compared > them to adaptec 2xxx RAID controller. The performance is the same. > The CPU are Xeon 2.8 GHz, SuperMicro MB with ServerWork Chipset. > Seagate 3147xxxxLC drives. > > Problem is the write is slow for all of them, especially when multiple writes. > Write shouldn´t be too slow on RAID1. On RAID5 it depends on the implementation, how much overlapping it does and how much overlapping does your test have. > Heard from Adaptect that their 5400 RAID has best performance, but > never had one for testing. > If I understand correctly it has been discontinued. > So, soft RAID is ok to save bucks for hardware. > And currently there are also the reliability issues with drivers like aac (Adaptec 2120S and 2200S, etc.) "no frills" SCSI or ATA controllers run much more reliably and have more user base so the issues get ironed out quicker. Pete