Re: SCSI vs SATA - Mailing list pgsql-performance

From Andreas Kostyrka
Subject Re: SCSI vs SATA
Date
Msg-id 20070404124640.GC20893@andi-lap.la.revver.com
Whole thread Raw
In response to Re: SCSI vs SATA  ("Peter Kovacs" <maxottovonstirlitz@gmail.com>)
Responses Re: SCSI vs SATA  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: SCSI vs SATA  (Rod Taylor <rod.taylor@gmail.com>)
List pgsql-performance
* Peter Kovacs <maxottovonstirlitz@gmail.com> [070404 14:40]:
> This may be a silly question but: will not 3 times as many disk drives
> mean 3 times higher probability for disk failure? Also rumor has it
> that SATA drives are more prone to fail than SCSI drivers. More
> failures will result, in turn, in more administration costs.
Actually, the newest research papers show that all discs (be it
desktops, or highend SCSI) have basically the same failure statistics.

But yes, having 3 times the discs will increase the fault probability.

Andreas
>
> Thanks
> Peter
>
> On 4/4/07, david@lang.hm <david@lang.hm> wrote:
> >On Tue, 3 Apr 2007, Geoff Tolley wrote:
> >
> >>
> >> Ron wrote:
> >>>  At 07:07 PM 4/3/2007, Ron wrote:
> >>> >  For random IO, the 3ware cards are better than PERC
> >>> >
> >>> > >  Question: will 8*15k 73GB SCSI drives outperform 24*7K 320GB SATA II
> >>> >  drives?
> >>> >
> >>> >  Nope.  Not even if the 15K 73GB HDs were the brand new Savvio 15K
> >>> >  screamers.
> >>> >
> >>> >  Example assuming 3.5" HDs and RAID 10 => 4 15K 73GB vs 12 7.2K 320GB
> >>> >  The 15K's are 2x faster rpm, but they are only ~23% the density =>
> >>> >  advantage per HD to SATAs.
> >>> >  Then there's the fact that there are 1.5x as many 7.2K spindles as 15K
> >>> >  spindles...
> >>>  Oops make that =3x= as many 7.2K spindles as 15K spindles...
> >>
> >> I don't think the density difference will be quite as high as you seem to
> >> think: most 320GB SATA drives are going to be 3-4 platters, the most that a
> >> 73GB SCSI is going to have is 2, and more likely 1, which would make the
> >> SCSIs more like 50% the density of the SATAs. Note that this only really
> >> makes a difference to theoretical sequential speeds; if the seeks are random
> >> the SCSI drives could easily get there 50% faster (lower rotational latency
> >> and they certainly will have better actuators for the heads). Individual 15K
> >> SCSIs will trounce 7.2K SATAs in terms of i/os per second.
> >
> >true, but with 3x as many drives (and 4x the capacity per drive) the SATA
> >system will have to do far less seeking
> >
> >for that matter, with 20ish 320G drives, how large would a parition be
> >that only used the outer pysical track of each drive? (almost certinly
> >multiple logical tracks) if you took the time to set this up you could
> >eliminate seeking entirely (at the cost of not useing your capacity, but
> >since you are considering a 12x range in capacity, it's obviously not your
> >primary concern)
> >
> >> If you care about how often you'll have to replace a failed drive, then the
> >> SCSI option no question, although check the cases for hot-swapability.
> >
> >note that the CMU and Google studies both commented on being surprised at
> >the lack of difference between the reliability of SCSI and SATA drives.
> >
> >David Lang
> >
> >---------------------------(end of broadcast)---------------------------
> >TIP 1: if posting/reading through Usenet, please send an appropriate
> >       subscribe-nomail command to majordomo@postgresql.org so that your
> >       message can get through to the mailing list cleanly
> >
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
>               http://www.postgresql.org/docs/faq

pgsql-performance by date:

Previous
From: Dimitri
Date:
Subject: Equivalents in PostgreSQL of MySQL's "ENGINE=MEMORY" "MAX_ROWS=1000"
Next
From: Alvaro Herrera
Date:
Subject: Re: SCSI vs SATA