From owner-freebsd-questions@FreeBSD.ORG Fri Jan 2 10:13:35 2004 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 0CF8C16A4CE for ; Fri, 2 Jan 2004 10:13:35 -0800 (PST) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id C895143D31 for ; Fri, 2 Jan 2004 10:13:30 -0800 (PST) (envelope-from lists@natserv.com) Received: from p65-147.acedsl.com (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.10/8.12.10) with ESMTP id i02ICkEi015404; Fri, 2 Jan 2004 13:12:47 -0500 Date: Fri, 2 Jan 2004 13:14:27 +0000 (GMT) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: Scott Mitchell In-Reply-To: <20040101224616.GA4891@tuatara.fishballoon.org> Message-ID: <20040102131144.B72627@zoraida.natserv.net> References: <3FF31E4B.1070305@edgefocus.com> <200312311706.25677.jbacon@mcw.edu> <20040101114640.GB675@tuatara.fishballoon.org> <20040101224616.GA4891@tuatara.fishballoon.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Jason Bacon cc: Sean Hafeez cc: freebsd-questions@freebsd.org Subject: Re: What do you use? 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: Fri, 02 Jan 2004 18:13:35 -0000 On Thu, 1 Jan 2004, Scott Mitchell wrote: > There no particular reason for an ATA RAID to be slower than SCSI, assuming > similar disks in each. 10krpm 'server class' ATA disks are available these > days, although I don't know that anyone has done a 15krpm one yet. That is the point. SCSI disks have historically outperformed IDE drives. It is only in the last few years that the gap has started to narrow. I also depends on the operation. I have had really old SCSI drives outperform much newer IDE drives under certain conditions. Specially where there is lots of random I/O at the same time there is multi-user access patterns. I think it really comes down to whether the user wants the absolute performance (ie go with SCSI), or wants a better value for the money in which case IDE would probably be the choice.