Question regarding pglogical decoding

Поиск
Список
Период
Сортировка
От Baji Shaik
Тема Question regarding pglogical decoding
Дата
Msg-id CAAYGEJb5_hNdtURAPveamKvGgcLZRFpPnAVeiSYhBcUOpN3WWA@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
Hello All,

I have a question regarding decoding of WALs in case of pglogical is used.

From my research, in native logical replication, decoding of WALs happens for all changes of the database irrespective of tables in replication. However, if pglogical is used, decoding happens ONLY for the tables which are in replication? Or Slot streams all the changes and pglogical_output plugin filters the changes based on replication sets?

I was going through pglogical_output internal document, and under "Architecture and high level interaction" section - "PostgreSQL then calls functions in this plugin to send it a stream of transactions to decode and translate into network messages.". So, it decodes transactions related to the tables in replication set? Or am I misunderstanding it?

--
Regards,
Baji Shaik,
Senior Database Consultant | OpenSCG
Blog: bajis-postgres.blogspot.in/

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

Предыдущее
От: "a"
Дата:
Сообщение: Re: How to reference a composite type in schemas not "public"?
Следующее
От: Uri Braun
Дата:
Сообщение: Append only replication over intermittent links (with local only delete?)