From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ross Vandegrift Subject: Re: Silly question, defrag Date: Fri, 5 Apr 2002 00:31:25 -0500 Message-ID: <20020405053125.GA2724@willow.seitz.com> References: <20020404105440.F27377@ultraviolet.org> Mime-Version: 1.0 list-help: list-unsubscribe: list-post: Content-Disposition: inline In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Benjamin Scott Cc: ReiserFS List > I think it would seem likely that, once a filesystem does become fragmented, > performance is going to suck mud. I'm curious though - shouldn't the elevator read algorithms take care of this, for the most part? If you wait to do a read until you have a few, and read sequentially across the disk, you won't be hit with any seeks. Of course interactive read performance will suffer, but for general streaming reads why doesn't the elevator offset this? Ross Vandegrift ross@willow.seitz.com