Re: databases and RAID ...

From: Karl DeBisschop <kdebisschop(at)alert(dot)infoplease(dot)com>
To: Kris Deugau <kdeugau(at)webhart(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: databases and RAID ...
Date: 2002-05-25 12:42:50
Message-ID: 1022330576.2629.0.camel@gate.debisschop.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, 2002-05-24 at 15:58, Kris Deugau wrote:
> "Rajesh Kumar Mallah." wrote:
> > I am setting up a new database server.
> > the data is critical that is why i am thniking
> > to mirror the SCSI disks in RAID 1 configuration.
> > I do not have a hardware raid controller.
>
> If it's that critical, you would be wise to go buy a hardware RAID
> controller.
>
> > could anyone give me some pointer , or suggest me
> > if its advisable to use RAID 1 with database servers.
>
> Probably not a bad idea, with hardware; the controller should be able
> to stream the data across both disks without slowing down writes.
> Software-based RAID may show slower performance as it must process the
> command streams for *both* disks in the OS instead of offloading that
> task to the controller... although if the disks are SCSI with a decent
> SCSI card that should be minimal.
>
> Note that if you're looking for a system you can hotswap, you will
> probably need to go SCSI in any case; I'm not aware of any
> hotswap-capable IDE RAID systems.

3ware escalade series. IDE. hot-swap, Drivers in recent linux kernels.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Denilson Guedes Duarte 2002-05-25 12:53:39 Problems in query
Previous Message Rajesh Kumar Mallah. 2002-05-25 07:22:45 Re: How to change datatype of a field