Re: SAN vs Internal Disks - Mailing list pgsql-performance

From Mark Lewis
Subject Re: SAN vs Internal Disks
Date
Msg-id 1189103360.6161.68.camel@archimedes
Whole thread Raw
In response to Re: SAN vs Internal Disks  ("Harsh Azad" <harsh.azad@gmail.com>)
Responses Re: SAN vs Internal Disks  (Arjen van der Meijden <acmmailing@tweakers.net>)
List pgsql-performance
On Thu, 2007-09-06 at 22:28 +0530, Harsh Azad wrote:
> Thanks Mark.
>
> If I replicate a snapshot of Data and log files (basically the entire
> PG data directory) and I maintain same version of postgres on both
> servers, it should work right?
>
> I am also thinking that having SAN storage will provide me with
> facility of keeping a warm standby DB. By just shutting one server
> down and starting the other mounting the same File system I should be
> able to bing my DB up when the primary inccurs a physical failure.
>
> I'm only considering SAN storage for this feature - has anyone ever
> used SAN for replication and warm standy-by on Postgres?
>
> Regards,
> Harsh


We used to use a SAN for warm standby of a database, but with Oracle and
not PG.  It worked kinda sorta, except for occasional crashes due to
buggy drivers.

But after going through the exercise, we realized that we hadn't gained
anything over just doing master/slave replication between two servers,
except that it was more expensive, had a tendency to expose buggy
drivers, had a single point of failure in the SAN array, failover took
longer and we couldn't use the warm standby server to perform read-only
queries.  So we reverted back and just used the SAN as expensive DAS and
set up a separate box for DB replication.

So if that's the only reason you're considering a SAN, then I'd advise
you to spend the extra money on more DAS disks.

Maybe I'm jaded by past experiences, but the only real use case I can
see to justify a SAN for a database would be something like Oracle RAC,
but I'm not aware of any PG equivalent to that.

-- Mark Lewis

pgsql-performance by date:

Previous
From: Jean-David Beyer
Date:
Subject: Re: Hardware spec]
Next
From: "Scott Marlowe"
Date:
Subject: Re: SAN vs Internal Disks