Re: Performance tuning in PostgreSQL

From: "Daniel R(dot) Anderson" <dan(at)mathjunkies(dot)com>
To: Pgsql-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Performance tuning in PostgreSQL
Date: 2003-03-26 17:14:36
Message-ID: 1048698876.12681.5.camel@ny-chicagostreet2c-110.buf.adelphia.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<snip>
> SCSI is almost
> always faster than IDE, all other things being equal (i.e. my 80 gig IDE
> "mass storage" drives are way faster than a 2 Gig Ultra Wide SCSI drive
> from 6 years ago would be, but any modern SCSI drive will kick the butt on
> my IDE drives.
</snip>

That's not /entirely/ true. There was an article on slashdot a while
back about what exactly the differences between IDE and SCSI are. IDE
has pretty much almost caught up to SCSI in terms of everything except
testing -- i.e. one of the reasons SCSI drives cost so much more is that
they are each run through extensive individual tests to make sure
they're not gonna break down 5 minutes out of the box.

The only other difference, if I remember correctly, was the amount of
drives you could put on the same cable. I'm going out on a limb here,
but while ATA133 or whatever you're running /needs/ a single cable and
controller to itself SCSI can put several drives on the same cable while
maintaining speed.

So the good news is that if money is tight you could probably justify an
IDE raid, but if you really need that extra reliability SCSI might be
the answer.
--
Daniel R. Anderson
Chief Lab Rat and Helper Monkey
Great Lakes Industries, Inc.
80 Pineview Ave.
Buffalo, NY 14218
(716) 691-5900 x218

"Never let your schooling interfere with your education"
-- Mark Twain

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Smith 2003-03-26 17:19:24 Re: Please help with this error message
Previous Message Chris Smith 2003-03-26 17:13:32 Re: Please help with this error message