Re: do I need replication or something else?
От | Yudie Pg |
---|---|
Тема | Re: do I need replication or something else? |
Дата | |
Msg-id | e460d0c0503291424139f3372@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: do I need replication or something else? (John Burger <john@mitre.org>) |
Список | pgsql-general |
On Tue, 29 Mar 2005 16:00:37 -0500, John Burger <john@mitre.org> wrote: > >> If it were me, and someone proposed a model where two-way replication > >> was needed, I would tell them to rethink their model. It's broken. > > > > I would respectfully disagree that the requirement for two-way > > replication > > indicates a broken design. > > I agree with your disagreement. This design is present in lots of > non-RDB systems - CVS, IMAP, PDA syncing, etc. It's clearly more > complicated, but can be made to work, and has been many times. I don't > see anything about databases in general, or Postgres specifically, that > indicates it's a bad idea. > I would suggest whenever changes on the main db caused by sync or immediate update by user, it better to archive the changes into separate table. Archiving is quite simple with creating rule on update or delete table to insert old record to separate table. It will be useful for further reconciliation
В списке pgsql-general по дате отправления: