Re: WIP partial replication patch
От | Tom Lane |
---|---|
Тема | Re: WIP partial replication patch |
Дата | |
Msg-id | 5531.1281726921@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | WIP partial replication patch (Boszormenyi Zoltan <zb@cybertec.at>) |
Ответы |
Re: WIP partial replication patch
Re: WIP partial replication patch |
Список | pgsql-hackers |
Boszormenyi Zoltan <zb@cybertec.at> writes: > attached is a WIP patch that will eventually implement > partial replication, with the following syntax: This fundamentally cannot work, as it relies on system catalogs to be valid during recovery. Another rather basic problem is that you've got to pass system catalog updates downstream (in case they affect the tables being replicated) but if you want partial replication then many of those updates will be incorrect for the slave machine. More generally, though, we are going to have our hands full for the foreseeable future trying to get the existing style of replication bug-free and performant. I don't think we want to undertake any large expansion of the replication feature set, at least not for some time to come. So you can count on me to vote against committing anything like this into core. regards, tom lane
В списке pgsql-hackers по дате отправления: