Re: Recomended FS

From: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: Peter Childs <blue(dot)dragon(at)blueyonder(dot)co(dot)uk>
Cc: Ben-Nes Michael <miki(at)canaan(dot)co(dot)il>, postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Recomended FS
Date: 2003-10-20 09:57:27
Message-ID: 3F93B187.7060800@persistent.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Peter Childs wrote:

>
> On Mon, 20 Oct 2003, Shridhar Daithankar wrote:
>
>>A fast HD with a good RAID controller. Subject to budget, SCSI are beter buy
>>than IDE. So does hardware SCSI RAID.
>>
>
> I hate asking this again. But WHY?

OK.. There are only few SCSI disks that I have handled so take it with grain of
salt.

1. SCSI bus can share bandwidth much better than IDE disks. Put two IDE disks on
same channel and two SCSI disks. See which combo performs better.
2. <Unconfirmed> SCSI disks are idividually tested and IDEs are sampled. Makes a
big difference in reliability. I know for some people IDE disks do not crash at
all but majority think SCSI are more reliable than IDEs.
3. SCSI disks have Tag commands and things alike, that makes them better at
handling load.

Technically, if you don't know the load, SCSI would make a better choice. If
you know your load very well and it is predictive, IDE might be a choice.

I would personally prefer IDE disk array with hardware RAID controller because I
can put it in my home machine, unlike SCSI. But every developer I have asked
around here, says that IDE performance starts dropping once you hit real world load.

Shridhar

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Holger Marzen 2003-10-20 10:00:12 Re: ShmemAlloc errors
Previous Message Peter Childs 2003-10-20 09:51:25 Re: Recomended FS