Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2000 10:37:06 -0800 (PST)
From:      Matthew Jacob <mjacob@feral.com>
To:        Jim Doherty <doherty@ans.net>
Cc:        Mitch Collinsworth <mkc@Graphics.Cornell.EDU>, hardware@FreeBSD.ORG
Subject:   Re: differences between SCSI and EIDE [was: wanna buy an EIDE harddisk ... 5400 or 7200 for home use (noise)]
Message-ID:  <Pine.BSF.4.05.10001041035220.75980-100000@semuta.feral.com>
In-Reply-To: <Pine.GSO.4.05.10001041317570.5846-100000@sandcastle.ny.ans.net>

next in thread | previous in thread | raw e-mail | index | archive | help

> 
> On Tue, 4 Jan 2000, Matthew Jacob wrote:
> 
> > 
> > On the other hand, the newer bigger drives are getting able to basically
> > consume most available bus bandwidth. If the numbers I've seen recently
> > for drives being able to do ~24MB/s off the platter are indicative of
> 
> There is a big difference between raw bandwidth and actual usage 
> patterns.   Accessing a lot of small files drives a lot of overhead
> and you are lucky to drive more than a couple hundred KB.  I once
> copied a large news spool off of a 9 gig drive and had the copy 
> operation take over 8 hours on an AIX system.  By unmounting the
> filesystem and performing a copy of the logical volume it took 
> under an hour.  The filesystem overhead in opening/closing/seeking 
> files has a big impact on being able to drive i/o.  For everything 
> but writing/reading very large files the SCSI bus is not going to be
> the limit.  My guess is that the overhead in the standard i/o
> libraries might even be able to get in the way, but I have not
> measured it.        

Yes, but the head actuator mechanisms are the same for EIDE and SCSI, so
seeking times are the same. The only other issue might be how much onboard
buffering EIDE has compared to SCSI drives.

A lot of the speed of operations you mention above are solved, btw, with
both softupdates (for making directory operations B_ASYNC) and clustering.

The usage patterns for multiple threads will be, of course, much
different.




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hardware" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10001041035220.75980-100000>