Re: PostgreSQL + Replicator developer meeting 10/28

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PostgreSQL + Replicator developer meeting 10/28
Date: 2008-10-29 13:45:18
Message-ID: 20081029134518.GA20633@crankycanuck.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)commandprompt(dot)com
+1 503 667 4564 x104
http://www.commandprompt.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-10-29 14:07:20 Re: WIP patch: convert SQL-language functions to return tuplestores
Previous Message Robert Haas 2008-10-29 13:17:18 Re: Updating FSM on recovery