Re: On "multi-master"

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: On "multi-master"
Date: 2005-10-14 15:54:36
Message-ID: 20051014155436.GC19681@phlogiston.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Oct 14, 2005 at 10:20:41AM -0500, Scott Marlowe wrote:
> USers accessing machines behind the scenes is a VERY bad idea. It's not
> a pgpool bug, is a user bug. :)

The problem with this glib answer is that we are talking about
systems where such a "user bug" can cost people millions of dollars.
They want the _machine_ to prevent the user bug. That's what they
think they're buying, and my understanding is that some of the other
systems provide greater protection.

Remember, a five-nines system means five minutes of downtime, all
told, per year. People who really need that are willing to pay for
it, because it's worth it. Most of the time, it isn't, and most so
called five-nines systems really aren't. (There is no way you could
really claim reliable five nines performance on the in-memory-only
MySQL system, for instance: it'd be too risky, unless you could
guarantee you'd never exceed your memory. Who's willing to guarantee
the data set won't grow unexpectedly?)

That said, using pgpool for higher-reliability, we-checked-it-real-
good systems isn't a bad idea; on the contrary. Just let's not
pretend it's something that it isn't really.

A

--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
In the future this spectacle of the middle classes shocking the avant-
garde will probably become the textbook definition of Postmodernism.
--Brad Holland

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Franz.Rasper 2005-10-14 16:06:14 Question/problem with create view and restore a backup with such a view
Previous Message Joshua D. Drake 2005-10-14 15:52:39 PostgreSQL source inspection :)