Re: Logical Replication Helpers WIP for discussion

Поиск
Список
Период
Сортировка
От Petr Jelinek
Тема Re: Logical Replication Helpers WIP for discussion
Дата
Msg-id 54DDF67B.1090809@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Logical Replication Helpers WIP for discussion  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Logical Replication Helpers WIP for discussion  (Petr Jelinek <petr@2ndquadrant.com>)
Список pgsql-hackers
On 13/02/15 08:48, Michael Paquier wrote:
>
>
> On Mon, Dec 22, 2014 at 10:26 PM, Robert Haas <robertmhaas@gmail.com
> <mailto:robertmhaas@gmail.com>> wrote:
>
>     On Fri, Dec 19, 2014 at 8:40 AM, Petr Jelinek <petr@2ndquadrant.com
>     <mailto:petr@2ndquadrant.com>> wrote:
>     > What I hope to get from this is agreement on the general approach and
>     > protocol so that we can have common base which will both make it easier to
>     > create external logical replication solutions and also eventually lead to
>     > full logical replication inside core PostgreSQL.
>
>     The protocol is a really important topic which deserves its own
>     discussion.  Andres has mentioned some of the ideas he has in mind -
>     which I think are similar to what you did here - but there hasn't
>     really been a thread devoted to discussing that topic specifically.  I
>     think that would be a good idea: lay out what you have in mind, and
>     why, and solicit feedback.
>
>
> Looking at this patch, I don't see what we actually gain much here
> except a decoder plugin that speaks a special protocol for a special
> background worker that has not been presented yet. What actually is the
> value of that defined as a contrib/ module in-core. Note that we have
> already test_decoding to basically test the logical decoding facility,
> used at least at the SQL level to get logical changes decoded.
>
> Based on those reasons I am planning to mark this as rejected (it has no
> documentation as well). So please speak up if you think the contrary,
> but it seems to me that this could live happily out of core.

I think you are missing point of this, it's not meant to be committed in 
this form at all and even less as contrib module. It was meant as basis 
for in-core logical replication discussion, but sadly I didn't really 
have time to pursue it in this CF in the end.


--  Petr Jelinek                  http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: PATCH: decreasing memory needlessly consumed by array_agg
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Using 128-bit integers for sum, avg and statistics aggregates