RE: AW: Postgres Replication

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: AW: Postgres Replication
Дата
Msg-id 3705826352029646A3E91C53F7189E32016670@sectorbase2.sectorbase.com
обсуждение исходный текст
Ответ на AW: Postgres Replication  (Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at>)
Список pgsql-hackers
> Here are some disadvantages to using a "trigger based" approach:
> 
> 1) Triggers simply transfer individual data items when they 
> are modified, they do not keep track of transactions.

I don't know about other *async* replication engines but Rserv
keeps track of transactions (if I understood you corectly).
Rserv transfers not individual modified data items but
*consistent* snapshot of changes to move slave database from
one *consistent* state (when all RI constraints satisfied)
to another *consistent* state.

> 4) The activation of triggers in a database cannot be easily
> rolled back or undone.

What do you mean?

Vadim


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

Предыдущее
От: Philip Crotwell
Дата:
Сообщение: Re: Re: [JDBC] unlink large objects
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Implicit order-by in Postgresql?