Replication of databases (esp. postgres)

Поиск
Список
Период
Сортировка
От Thomas Antepoth
Тема Replication of databases (esp. postgres)
Дата
Msg-id Pine.LNX.3.96.990215182856.7603A-100000@ns.c-c.de
обсуждение исходный текст
Ответы Re: [GENERAL] Replication of databases (esp. postgres)  (dustin sallings <dustin@spy.net>)
Список pgsql-general
Hello altogether,


i'm breeding on a sensible concept to replicate a database
in a heterogenous environment while keeping the relations intact.

Given situation:

Database 1


Database 2

                                        MASTER
Database 3


...


Database n


Every database replicates itself to MASTER which renumbers the
relations and which replicates the data to the rest of the databases.

All databases must have identical data. All databases have
tables with relations on unique indices. All databases are
granted i/u/d permissions on itself.

So any database may fire a trigger to insert, update or to delete
a record on any other database.

The shown scheme has the disadvantage to have two passes. One Transfer
of data from a slave to a master and one acknowledgement with corrected
relations from the master to the sending slave and replication traffic
to the other, receiving slaves.

Does anybody know how to implement another replication scheme?

Are there any info pointers on readings about replication of databases?

Are there any "ready to go out of the box" tools for postgres?


Thank you in advance.

t++



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

Предыдущее
От: Thomas Antepoth
Дата:
Сообщение: Replication of a database
Следующее
От: dustin sallings
Дата:
Сообщение: Re: [GENERAL] Replication of databases (esp. postgres)