Re: Replication

Поиск
Список
Период
Сортировка
От Noel
Тема Re: Replication
Дата
Msg-id 3F6F9A13.9070502@med.monash.edu.au
обсуждение исходный текст
Ответ на Replication  (Bryan Irvine <bryan.irvine@kingcountyjournal.com>)
Список 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 по дате отправления:

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Referencing multiple primary keys from a single table.
Следующее
От: Glenn_Wiens@via-christi.org
Дата:
Сообщение: Is there an equivalent in plpgsql of Oracle's DBMS_OUTPUT.PUT_LINE?