Re: H/W RAID 5 on slower disks versus no raid on faster HDDs

From: "Tim Lynch" <admin+pgsqladmin(at)thirdage(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: H/W RAID 5 on slower disks versus no raid on faster HDDs
Date: 2002-11-26 18:10:46
Message-ID: 01a601c29577$2490a020$2c0210ac@loisaida
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

operationally, disk subsystems trump software raid for primary dataset
storage:
battery backed cache - safety first.
portability - plug it into any other host, or more than one host on the scsi
bus (fc-al loop).

raid on a pci card or raid on the motherboard need not apply less they sport
battery and most don't. worst of both worlds imho, no protection of software
and the higher cost of hardware.

often software raid is used to mirror the boot disks for transparent boot
disk failover, while the primary dataset is on a hardware raid on a scsi bus
with two hosts for transparent host failover.

but the question, if i can restate it, was ``which is faster?''
-high algorithm overhead and slower devices
-low algorithm overhead and faster devices

did i miss some nuance of the original question? it seems obvious that lower
overhead and faster devices will be faster.

but it doesn't matter which one is faster. operationally, as long as the
performance is adequate, real disk subsystems are always preferred for
primary dataset storage.

----- Original Message -----
From: "Sander Steffann" <sander(at)steffann(dot)nl>
To: <chris(at)ruprecht(dot)org>; "Nikolaus Dilger" <nikolaus(at)dilger(dot)cc>
Cc: <mallah(at)trade-india(dot)com>; <pgsql-admin(at)postgresql(dot)org>
Sent: Monday, November 25, 2002 2:43 AM
Subject: Re: [ADMIN] H/W RAID 5 on slower disks versus no raid on faster
HDDs

: Hi,
:
: > In a production environment I would always favor some
: > kind of error protection. Either RAID 5 or RAID 1
: > (mirroring). A hardware RAID controller is faster than
: > software RAID.
:
: Considering the speed of CPU's and busses these days, software RAID can be
a
: lot faster than hardware RAID in many cases. I prefer hardware RAID myself
: because of the simplicity (the OS doesn't need to know about the RAID
: configuration), but I hear good results from people running on software
: RAID.
:
: Hope this helps you.
: Sander.
:
:
: ---------------------------(end of broadcast)---------------------------
: TIP 6: Have you searched our list archives?
:
: http://archives.postgresql.org
:

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Eisentraut 2002-11-26 18:43:14 Re: enable iscii in postgres
Previous Message mallah 2002-11-26 17:25:13 pg_dump 7.3rc1 with 7.2 server.