Re: replication questions - Mailing list pgsql-hackers

From Darren Johnson
Subject Re: replication questions
Date
Msg-id 3CD1D1A3.8010702@up.hrcoxmail.com
Whole thread Raw
In response to replication questions  (Doug Needham <dneedham@pbo.net>)
Responses Re: replication questions  (Doug Needham <dneedham@pbo.net>)
List pgsql-hackers
>databases. I am trying to find out more information about how to do automatic 
>replication with postgresql. 
>

We did some research on this several months ago, and published the 
results here

http://gborg.postgresql.org/genpage?replication_research

>
>
>
>    My questions are :
>
>    1) Is this the correct forum to ask this question?
>
This is probably better suited for general, but its a topic I'm 
interested in.

>
>    2) What is the "recomended" replication solution project?
>
IMHO, Postres-R has the potential to be great solution, but I'm sure 
others have different
needs. ;-)


>
>    3) How are others doing replication? 
>
If you asking for approaches, I'd say the majority are master/slave 
asynchronous
with either triggers or transaction logs.  


I would ask what are you trying to solve with replication.  Do you want 
to be able
update all systems in the replica?  How much bandwidth do you have 
between the
servers.  Do the systems need to be identical at all times?  What is 
your time frame?

Depending on how you answer questions like these, your "recommendation" 
will change.

Good luck,

Darren






pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: PostgreSQL mission statement?
Next
From: mlw
Date:
Subject: Re: PostgreSQL mission statement?