Re: SCSI vs. IDE performance test

From: "Randolf Richardson, DevNet SysOp 29" <rr(at)8x(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: SCSI vs. IDE performance test
Date: 2003-11-19 21:29:21
Message-ID: Xns94388733C7EC2rr8xca@200.46.204.72
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>> "we have no portable means of expressing that exact constraint to the
>>> kernel"
>> Does this mean that specific operating systems have a better way of
>> dealing with this? Which ones and how?
>
> I'm not aware of any that offer a way of expressing "write these
> particular blocks before those particular blocks". It doesn't seem like
> it would require rocket scientists to devise such an API, but no one's
> got round to it yet. Part of the problem is that the issue would have
> to be approached at multiple levels: there is no point in offering an
> OS-level API for this when the hardware underlying the bus-level API
> (IDE) is doing its level best to sabotage the entire semantics.
[sNip]

Actually, NetWare is one OS that does this, and has been doing so
since the 1980s with version 2 (version 6.5 is the current version today).
They have a Patented caching algorithm called "Elevator Seeking" which both
prolongs the life of the drive by reducing wear-and-tear and improving
read/write performance by minimizing seek operations.

With IDE it seems that this caching algorithm is also beneficial, but
it really shines with SCSI drives.

In all my experience, SCSI drives are much faster and far more
reliable than IDE drives. I've always assumed that it boils down to "you
get what you pay for."

--
Randolf Richardson - rr(at)8x(dot)ca
Inter-Corporate Computer & Network Services, Inc.
Vancouver, British Columbia, Canada
http://www.8x.ca/

This message originated from within a secure, reliable,
high-performance network ... a Novell NetWare network.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrei Ivanov 2003-11-19 21:37:18 ERROR: nodeRead: did not find '}'
Previous Message Keith C. Perry 2003-11-19 21:15:27 Re: Storing a chain