Re: [mail] Re: Big 7.4 items - Replication - Mailing list pgsql-hackers

From Jan Wieck
Subject Re: [mail] Re: Big 7.4 items - Replication
Date
Msg-id 3DFD4B21.B9965A99@Yahoo.com
Whole thread Raw
In response to Re: Big 7.4 items - Replication  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Darren Johnson wrote:

> The group communication system doesn't just run on one system.  For
> postgres-r using spread

The reason why group communication software is used is simply because
this software is designed with two goals in mind:

1) optimize bandwidth usage

2) make many-to-many communication easy

Number one is done by utilizing things like multicasting where
available.

Number two is done by using global scoped queues.

I add this only to avoid reading that pushing some PITR log snippets via
FTP or worse over a network would do the same. It did not in the past,
it does not do right now and it will not do in the future.


Jan

-- 

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #


pgsql-hackers by date:

Previous
From: Greg Copeland
Date:
Subject: Re: PQnotifies() in 7.3 broken?
Next
From: "Jinqiang Han"
Date:
Subject: about table function