Re: Synchronized Replication

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Synchronized Replication
Дата
Msg-id 20060515193518.GF26212@pervasive.com
обсуждение исходный текст
Ответ на Synchronized Replication  (Ketema Harris <ketema@gmail.com>)
Список pgsql-admin
On Mon, May 08, 2006 at 08:37:32PM -0400, Ketema Harris wrote:
> Hello.  I have been reading up on Sony Replication, and at first I thought
> Master/Slave between two offices would be perfect for my situation.  After I
> got more info though I believe it may not suit my needs.  If I want the two
> databases to be in synchronization (meaning they have the same tables, and
> if an insert occurs on one it is replicated in such a way that unique ids
> from sequences are not duplicated) is this something that Slony can
> accomplish?  If not what other options are out there?

For slony, depening on how your application is setup, you might be able
to have each site write to a set of local tables that are then
replicated back to a single office. The database at that office would
then need to merge all of that together and publish it back out via a
different table.

Your only other option is one of the command-based syncronous
replication schemes, but you have to be very careful about what commands
you issue with those. They also tend not to handle communication
interruptions very well, making them ill-suited for replicating over a
WAN.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

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

Предыдущее
От: Jeff Frost
Дата:
Сообщение: Re: does wal archiving block the current client connection?
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: increasing max_fsm_pages.