Re: pglogical_output - a general purpose logical decoding output plugin

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: pglogical_output - a general purpose logical decoding output plugin
Дата
Msg-id CAMsr+YHYZ=yDhMOAWeNmqadQM7Bs_9fObAJhYHao9fDTedK7uw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pglogical_output - a general purpose logical decoding output plugin  (Petr Jelinek <petr@2ndquadrant.com>)
Ответы Re: pglogical_output - a general purpose logical decoding output plugin  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 2 December 2015 at 18:38, Petr Jelinek <petr@2ndquadrant.com> wrote:
First, I wonder if it would be useful to mention somewhere, even if it's only here in the mailing list how can the protocol be extended in non-breaking way in future for transaction streaming if we ever get that.

Good point. 

I'll address that in the DESIGN.md in the next rev.

Separately, it's looking like xact streaming is possibly more complex than I hoped due to cache invalidation issues, but I haven't been able to fully understand the problem yet.

The other thing is that I think we don't need the "forward_changesets" parameter which currently decides if to forward changes that didn't originate on local node. There is already hook for origin filtering which provides same functionality in more flexible way so it seems redundant to also have special boolean option for it.

Removed, change pushed.

Also pushed a change to expose the decoded row data to row filter hooks.

I won't cut a v4 for this, as I'm working on merging the SGML-ified docs and will do a v4 with that and the above readme change once that's done. 


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

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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: Re: In-core regression tests for replication, cascading, archiving, PITR, etc.
Следующее
От: Andreas Karlsson
Дата:
Сообщение: Re: Re: Reusing abbreviated keys during second pass of ordered [set] aggregates