Re: replication from multiple "master" servers to a single read-only slave - Mailing list pgsql-general

From Omar Mehmood
Subject Re: replication from multiple "master" servers to a single read-only slave
Date
Msg-id 628054.78803.qm@web53607.mail.re2.yahoo.com
Whole thread Raw
In response to Re: replication from multiple "master" servers to a single read-only slave  (Joshua Tolley <eggyknap@gmail.com>)
List pgsql-general
Thanks for note.  I'm trying to avoid triggers based on past trauma from going into a client setup that uses a zillion
ofthem and having to wait in order of seconds for a simple mod DML statement to execute :)  I've been looking for an
alternativethat either sits above the database level (without building my own) or hoping there is a binary logging
option. Anyway, I've been reading up on triggers, replication and synchronization options for PostgreSQL and it seems
likethe performance impact isn't too bad.  In particular, I've been reading up on Bucardo and it seems to address all
myneeds-- I also fired off an email to Selena D on it and she's also affirmed that it looks to solve my problem.  I'm
goingto setup an environment for testing and then post my questions directly to the bucardo-users mailing list. 

Omar

--- On Tue, 1/12/10, Joshua Tolley <eggyknap@gmail.com> wrote:

> From: Joshua Tolley <eggyknap@gmail.com>
> Subject: Re: [GENERAL] replication from multiple "master" servers to a single read-only slave
> To: "Omar Mehmood" <omarmehmood@yahoo.com>
> Cc: "Ben Chobot" <bench@silentmedia.com>, pgsql-general@postgresql.org
> Date: Tuesday, January 12, 2010, 2:12 PM
> On Mon, Jan 11, 2010 at 04:18:30PM
> -0800, Omar Mehmood wrote:
> > (but I want to avoid using DB triggers).
>
> <snip>
>
> > I will check out Bucardo.
>
> Bucardo uses triggers just like Slony does. That said, it
> seems strange that
> you'd want to avoid them. Is there any particular reason
> you want to avoid
> them?
>
> Bucardo should handle the disconnection problems you
> described just fine.
>
> --
> Joshua Tolley / eggyknap
> End Point Corporation
> http://www.endpoint.com
>




pgsql-general by date:

Previous
From: Joshua Tolley
Date:
Subject: Re: replication from multiple "master" servers to a single read-only slave
Next
From: Daniel Schuchardt
Date:
Subject: crosstab function - pivot - use column value as column description