Re: [HACKERS] Re: QUESTION: Replication - Mailing list pgsql-hackers

From neil d. quiogue
Subject Re: [HACKERS] Re: QUESTION: Replication
Date
Msg-id 19991221225215.3CA6C7D@miranda.herrera.iphil.net
Whole thread Raw
In response to Re: [HACKERS] Re: QUESTION: Replication  (Goran Thyni <goran@kirra.net>)
List pgsql-hackers
Hello Goran,

> > We need major work in this area, or at least a plan and an FAQ item.
> > We are getting major questions on this, and I don't know enough even to
> > make an FAQ item telling people their options.

> It is pretty simple to build a replication with pg_dump, transfer,
> empty replic and reload.

Simple process for simple replication.  This would not work optimally 
for replication through the WAN (or Internet) since it does not do 
differential replication (and therefore transfering dumps isn't 
good enough).  Then one has to worry about the integrity of the 
replicated data.  Then we need to answer the n-way question (any db 
server may be a source for the replication).

Regards,

Neil D. Quiogue
STO - dotPH, Inc.
         "Nothing great was ever achieved without enthusiasm."                                                  - Ralph
WaldoEmerson
 


pgsql-hackers by date:

Previous
From: wieck@debis.com (Jan Wieck)
Date:
Subject: update_pg_pwd and AR triggers
Next
From: Ed Loehr
Date:
Subject: Re: [HACKERS] Re: QUESTION: Replication