Re: replication/redundancy
От | weigelt@metux.de |
---|---|
Тема | Re: replication/redundancy |
Дата | |
Msg-id | 20030630161704.GG6956@metux.de обсуждение исходный текст |
Ответ на | Re: replication/redundancy (Jonathan Gardner <jgardner@jonathangardner.net>) |
Ответы |
Re: replication/redundancy
|
Список | pgsql-admin |
On Mon, Jun 30, 2003 at 08:31:09AM -0700, Jonathan Gardner wrote: <snip> > The really cool thing about pgreplication will be that it is > hot-swappable. If one of the servers goes down, the whole thing will > still work. You can also add databases to the system on-the-fly. > That way, you can always keep one (or two or three) extra stand-by databases. This is also provided by my system, but with some strict limitations: * all tables must have the same first three fields: inode_id, mtime, attr (im using inherited tables, perhaps thats not needed) * on each write operation, the mtime field must be set accurately (im currently not using an rule, since i dont know if there's an way to disabled this within an query -- perhaps someone can help here) * currently only an explicit sync-out is supported - from time to time evry table has to be scanned for new records * currently no real conflict handling perhaps we can improve this a little bit. cu -- --------------------------------------------------------------------- Enrico Weigelt == metux ITS Webhosting ab 5 EUR/Monat. UUCP, rawIP und vieles mehr. phone: +49 36207 519931 www: http://www.metux.de/ fax: +49 36207 519932 email: contact@metux.de cellphone: +49 174 7066481 smsgate: sms.weigelt@metux.de --------------------------------------------------------------------- Diese Mail wurde mit UUCP versandt. http://www.metux.de/uucp/
В списке pgsql-admin по дате отправления: