replication advice needed - Mailing list pgsql-general

From Gene
Subject replication advice needed
Date
Msg-id 430d92a20701101102h630f638ex41d350863394f8b6@mail.gmail.com
Whole thread Raw
Responses Re: replication advice needed  (Casey Duncan <casey@pandora.com>)
List pgsql-general
I searched the web sites for advice but came up short on something
that looked like what I need. I need to "replicate" a few tables
nightly (2am-6am). Each table will have about 1 million new records
(~100B each, ~5/second) each day.

I have tried using something like a cron job (copy from/copy to) but
it has limitiations as far as handling duplicate keys (just need to
replace) and it will not fill in gaps if there happen to be any. the
servers are also far from each other and only have a 50 KB/s ipsec
link between them so data transfer needs to be somewhat minimized.

thanks for any suggestions,
gene

pgsql-general by date:

Previous
From: "Andy Dale"
Date:
Subject: Re: Recording insert, updates, and deletes
Next
From: Scott Marlowe
Date:
Subject: Re: Recording insert, updates, and deletes