From owner-freebsd-stable@FreeBSD.ORG Sat May 14 15:33:35 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8692816A4CE; Sat, 14 May 2005 15:33:35 +0000 (GMT) Received: from tomts20-srv.bellnexxia.net (tomts20.bellnexxia.net [209.226.175.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8233D43D46; Sat, 14 May 2005 15:33:34 +0000 (GMT) (envelope-from dmagda@ee.ryerson.ca) Received: from [192.168.1.132] ([65.95.109.100]) by tomts20-srv.bellnexxia.netESMTP <20050514153329.DNKZ8412.tomts20-srv.bellnexxia.net@[192.168.1.132]>; Sat, 14 May 2005 11:33:29 -0400 In-Reply-To: <20050514131648.GB837@darkness.comp.waw.pl> References: <20050514093217.C6088E082A@oak.tantieme.ru> <20050514131648.GB837@darkness.comp.waw.pl> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <1fd5b5ac2af3d7efffb5b1c473b76fb0@ee.ryerson.ca> Content-Transfer-Encoding: 7bit From: David Magda Date: Sat, 14 May 2005 11:33:38 -0400 To: Pawel Jakub Dawidek X-Mailer: Apple Mail (2.622) cc: vohand@gmail.com cc: freebsd-stable@freebsd.org Subject: Re: gmirror X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Magda List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 15:33:35 -0000 On May 14, 2005, at 09:16, Pawel Jakub Dawidek wrote: > This is the way RAID1 works. Try to imagine how disk's heads are > moving - > there will be no speed-up in sequential reads, this is not RAID0. > > Mirror characteristics are: > - the same speed for sequential reads as for one disk; > - the same speed for sequential/random write as for one disk; > - double speed of one disk for random reads; The following paper describes the I/O characteristics of various RAID schemes: http://citeseer.ist.psu.edu/chen89evaluation.html The following two may also be of some interest: http://citeseer.ist.psu.edu/chen90maximizing.html http://citeseer.ist.psu.edu/219910.html