Re: Fast Table Replication / Mirroring

From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: Alex <alex(at)meerkatsoft(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Fast Table Replication / Mirroring
Date: 2003-08-29 13:47:04
Message-ID: 20030829104551.Y30178@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Yes and no ... we just released an OSS version of it on gborg, based on
v1.2 ...

http://gborg.postgresql.org/project/erserver/projdisplay.php

On Fri, 29 Aug 2003, Alex wrote:

> Marc,
> could you point me to some information on eRServer ? Ist this a
> commercial product ?
>
> Thanks
> A
>
> Marc G. Fournier wrote:
>
> >On Fri, 29 Aug 2003, Alex wrote:
> >
> >
> >
> >>Hi,
> >>I saw some replication projects but think this might be an overkill for
> >>my intentions.
> >>
> >>I have two databases, Primary / Secondary where the Secondary is
> >>readyonly for
> >>users. I need to mirror tables when changes occur on that table. That
> >>may happen a few times a day.
> >>Tables are in the area of few 100k records.
> >>
> >>A) Is there an easy way to copy the data from Primary to Secondary
> >> Can this be triggered by updates on the primary table ?
> >>
> >>
> >
> >We're actually using eRServer inhouse for this, to keep "local copies" of
> >on specific table in sync between several servers ...
> >
> >
> >
> >
> >
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jason Godden 2003-08-29 13:51:16 PostgreSQL on Slashdot
Previous Message Greg Stark 2003-08-29 13:33:42 Re: select taking forever