Re: PostgreSQL + Replicator developer meeting 10/28 - Mailing list pgsql-hackers

From Andrew Sullivan
Subject Re: PostgreSQL + Replicator developer meeting 10/28
Date
Msg-id 20081029134518.GA20633@crankycanuck.ca
Whole thread Raw
In response to Re: PostgreSQL + Replicator developer meeting 10/28  (Hannu Krosing <hannu@2ndQuadrant.com>)
List pgsql-hackers
On Wed, Oct 29, 2008 at 12:02:20PM +0200, Hannu Krosing wrote:
> A good goal. But why would anybody _need_ 50 slaves ? 

They might have a contractual responsibility for extremely wide
geographic distribution.  Or they might be building an application
that needs extremely wide network-topological distribution to avoid
large loads on any one network.  For instance, I can imagine building
a network of nameservers in which you peered the nameservers,
colocated in every ISP you could think of.  If you were backing the
nameserver with Postgres, this would work.  To be clear, this is _not_
the case with any product I've ever built, but it is a design I have
seen deployed.  That design was supposed to be on top of Oracle.
There were well over 50 slaves.  I don't really believe they had that
many Oracle-using slaves, though.

A


-- 
Andrew Sullivan
ajs@commandprompt.com
+1 503 667 4564 x104
http://www.commandprompt.com/


pgsql-hackers by date:

Previous
From: "Robert Haas"
Date:
Subject: Re: Updating FSM on recovery
Next
From: Tom Lane
Date:
Subject: Re: WIP patch: convert SQL-language functions to return tuplestores