Re: advice on Replication for a Specific Scenario

From: "Donald Kerr" <donald(dot)kerr(at)dkerr(dot)co(dot)uk>
To: "'Greg Sabino Mullane'" <greg(at)endpoint(dot)com>
Cc: <pgsql-cluster-hackers(at)postgresql(dot)org>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: advice on Replication for a Specific Scenario
Date: 2012-03-10 08:16:00
Message-ID: 398FC43302A2402B95B813C43A81C656@DELLM4500
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cluster-hackers pgsql-general

Thank you Greg.

I will have a look at Slony in the first instance. I have a great deal of
preparatory work to do before I look at it in detail.

Thanks again.

Regards,

Donald

-----Original Message-----
From: pgsql-cluster-hackers-owner(at)postgresql(dot)org
[mailto:pgsql-cluster-hackers-owner(at)postgresql(dot)org] On Behalf Of Greg Sabino
Mullane
Sent: 10 March 2012 03:11
To: Donald Kerr
Cc: pgsql-cluster-hackers(at)postgresql(dot)org
Subject: Re: [pgsql-cluster-hackers] advice on Replication for a Specific
Scenario

On Mon, Feb 27, 2012 at 09:38:50PM -0000, Donald Kerr wrote:
> Hopefully this question is posted in the correct list. Apologies if
> that's not the case.

This is a fairly inactive list. You might have better responses on
pgsql-general(at)postgresql(dot)org, but I will take a swing at things.

> The scenario is a server (master database - PostgreSQL/PostGIS)
> containing gis information (lots of it - Maybe up to 80Gb in about 25
> tables). This serves maps to clients across an internal intranet.
> There are also 200 clients (maybe up to 400 in the future) that are
> mobile, i.e. in vehicles, each with there own readonly copy of
> PostgreSQL/PostGIS serving maps locally on the vehicles. If I update
> tables with fresh information on the master, on a quarterly basis, I
> would like these updates to be trickled out to the copies that exist
> on the vehicles. The vehicles are on wireless lan for about 80% of the
> time but are out and about for the other 20%.

You are only applying changes to the master every quarter? The easiest
solution
is to apply those changes on the readonly databases as well, e.g. with a
single file full of SQL commands. However, if you need something more
automatic,
your best bet for partial replication is Slony or Bucardo. If by "trickle"
you mean that the client may get disconnected before it can completely sync
with the master, then Slony is your best bet, as Bucardo will want to make
all changes at once while Slony will attempt to "replay" the actual changes.

It's hard to say more however, without more details on your situation and
requirement. Feel free to ask here or -general. I suspect that everyone
on this list reads -general anyway. :)

--
Greg Sabino Mullane greg(at)endpoint(dot)com
End Point Corporation
PGP Key: 0x14964AC8

In response to

Browse pgsql-cluster-hackers by date

  From Date Subject
Next Message Josh Berkus 2012-04-25 01:20:52 Please update agenda for meeting
Previous Message Greg Sabino Mullane 2012-03-10 03:11:03 Re: advice on Replication for a Specific Scenario

Browse pgsql-general by date

  From Date Subject
Next Message Twaha Daudi 2012-03-10 09:32:14 Single postgres for Multiple application
Previous Message krzf83@gmail.com 2012-03-10 03:57:44 permission denied to create extension "ltree" Must be superuser to create this extension.