Re: Replication - state of the art?

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Replication - state of the art?
Дата
Msg-id 20060301182803.GK17356@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на Replication - state of the art?  (Bryce Nesbitt <bryce1@obviously.com>)
Ответы Re: Replication - state of the art?  (Bryce Nesbitt <bryce1@obviously.com>)
Список pgsql-sql
On Wed, Mar 01, 2006 at 09:51:46AM -0800, Bryce Nesbitt wrote:
> switch over and rebuild the DB.  "No-lost transaction" is far more
> important than switch time.

You can't guarantee that without two phase commit, no matter what you
do.  Log shipping doesn't require you to have an active database
running on the origin (slony-1 does, which is one of its potential
drawbacks).  But that won't help you if a transaction committed at
the instant an earthquake hit your datacentre, wiping it out.  You
can't get the data off the failed origin no matter what. 

> Anyone here using replication or transaction journaling?  Has it proved
> reliable, easy to maintain?

Define "easy".  Every possible replication system is going to have
slightly grotty corners into which you find yourself wandering.  The
question is merely whether the room is octagonal or merely
rectangular.

A

-- 
Andrew Sullivan  | ajs@crankycanuck.ca
I remember when computers were frustrating because they *did* exactly what 
you told them to.  That actually seems sort of quaint now.    --J.D. Baldwin


В списке pgsql-sql по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Help with trigger that updates a row prior to a potentially aborted deletion?
Следующее
От: Mark Fenbers
Дата:
Сообщение: Change date format through an environmental variable?