Re: postgreSQL on NAS/SAN?

From: Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: postgreSQL on NAS/SAN?
Date: 2003-06-17 18:11:49
Message-ID: 1055873509.24698.62.camel@haggis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 2003-06-17 at 12:05, Michael Meskes wrote:
> On Tue, Jun 17, 2003 at 03:41:45PM +0200, Daniel Seichter wrote:
> > I am looking for a hot spare, so if one server crashed, the second will
> > "spare" it, because if this database will be down (down is meant for longer
> > than 2 hours) more than two other databases will not continue working (they
> > could continue working, but without new data, so it will be senseless).
>
> Not sure what you mean. Shall the second machine take over? Since this
> should be hot 2 hours is a lot of time. Using a private network you can
> detect failures almost immediately.
>
> I do recommend a a local checking like watchdog or mon, so a restart is
> tried before the takeover. And I'd make sure the primary machine stays
> down.

This is going to sound bad to users of Open Source OSs and databases,
but for all work that has to go into clustering machines and making
databases work with them...

Why not use a clustered-by-design OS like VMS? It is very easy to
put a couple of dual-Alpha boxen cluster-connected via fiber to SCSI
devices. A cluster-aware relational database like Rdb runs on all
nodes of a cluster in a totally shared-disk environment. While both
nodes are working fine, half of the work goes to either node, and if
one node goes down, the other node still does all the work.

--
+-----------------------------------------------------------+
| Ron Johnson, Jr. Home: ron(dot)l(dot)johnson(at)cox(dot)net |
| Jefferson, LA USA http://members.cox.net/ron.l.johnson |
| |
| "Oh, great altar of passive entertainment, bestow upon me |
| thy discordant images at such speed as to render linear |
| thought impossible" (Calvin, regarding TV) |
+-----------------------------------------------------------

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Meskes 2003-06-17 18:20:34 Re: postgreSQL on NAS/SAN?
Previous Message Heath Tanner 2003-06-17 17:52:14 Re: create function