Re: Replication - Mailing list pgsql-novice

From Noel
Subject Re: Replication
Date
Msg-id 3F6F9A13.9070502@med.monash.edu.au
Whole thread Raw
In response to Replication  (Bryan Irvine <bryan.irvine@kingcountyjournal.com>)
List pgsql-novice
Hi Bryan,

Bryan Irvine wrote:

>I'm creating a DB that is extremeley important to have running all the
>time.  Not for the importance of the data, but rather to keep the
>maximum uptime for the users.  The db actually gets dropped, and
>recreated and 1,000,000-ish records inserted every night.  I would like
>to create an identical db on seperate hardware that, in the event of
>hardware failure, the users could use while the hardware is getting
>replaced.  What is the best method (considering no money can be spent
>other than my time) to do this?
>
>
>
Have a look at pgrelicator http://pgreplicator.sourceforge.net/ or
postgreSQL-R
http://gborg.postgresql.org/project/pgreplication/projdisplay.php

Cheers

--
Noel Faux
Department of Biochemistry and Molecular Biology
Monash University
Clayton 3168
Victoria
Australia



pgsql-novice by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Referencing multiple primary keys from a single table.
Next
From: Glenn_Wiens@via-christi.org
Date:
Subject: Is there an equivalent in plpgsql of Oracle's DBMS_OUTPUT.PUT_LINE?