Re: How to improve db performance with $7K? - Mailing list pgsql-performance

From Tom Lane
Subject Re: How to improve db performance with $7K?
Date
Msg-id 13449.1112847297@sss.pgh.pa.us
Whole thread Raw
In response to Re: How to improve db performance with $7K?  (Greg Stark <gsstark@mit.edu>)
Responses Re: How to improve db performance with $7K?
List pgsql-performance
Greg Stark <gsstark@mit.edu> writes:
> In any case the issue with the IDE protocol is that fundamentally you
> can only have a single command pending. SCSI can have many commands
> pending.

That's the bottom line: the SCSI protocol was designed (twenty years ago!)
to allow the drive to do physical I/O scheduling, because the CPU can
issue multiple commands before the drive has to report completion of the
first one.  IDE isn't designed to do that.  I understand that the latest
revisions to the IDE/ATA specs allow the drive to do this sort of thing,
but support for it is far from widespread.

            regards, tom lane

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Tweaking a C Function I wrote
Next
From: Thomas F.O'Connell
Date:
Subject: Re: Follow-Up: How to improve db performance with $7K?