Re: SAN vs Internal Disks

From: david(at)lang(dot)hm
To: Decibel! <decibel(at)decibel(dot)org>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: SAN vs Internal Disks
Date: 2007-09-11 23:51:40
Message-ID: Pine.LNX.4.64.0709111649230.23876@asgard.lang.hm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, 11 Sep 2007, Decibel! wrote:

> On Tue, Sep 11, 2007 at 05:09:00PM -0400, Michael Stone wrote:
>> On Tue, Sep 11, 2007 at 03:55:51PM -0500, Decibel! wrote:
>>> Also, to reply to someone else's email... there is one big reason to use
>>> a SAN over direct storage: you can do HA that results in 0 data loss.
>>> Good SANs are engineered to be highly redundant, with multiple
>>> controllers, PSUs, etc, so that the odds of losing the SAN itself are
>>> very, very low. The same isn't true with DAS.
>>
>> You can get DAS arrays with multiple controllers, PSUs, etc. DAS !=
>> single disk.
>
> It's still in the same chassis, though, which means if you lose memory
> or mobo you're still screwed. In a SAN setup for redundancy, there's
> very little in the way of a single point of failure; generally only the
> backplane, and because there's very little that's on there it's
> extremely rare for one to fail.

not nessasarily. direct attached doesn't mean in the same chassis,
external drive shelves attached via SCSI are still DAS

you can even have DAS attached to a pair of machines, with the second box
configured to mount the drives only if the first one dies.

David Lang

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Smith 2007-09-12 00:10:50 Re: random_page_costs - are defaults of 4.0 realistic for SCSI RAID 1
Previous Message Decibel! 2007-09-11 23:49:41 Re: random_page_costs - are defaults of 4.0 realistic for SCSI RAID 1