[Logical replication] Does the initial table data copy break thetransactional replication?

Поиск
Список
Период
Сортировка
От Jinhua Luo
Тема [Logical replication] Does the initial table data copy break thetransactional replication?
Дата
Msg-id CAAc9rOzkJkALFHX7BWB_77JMuXbbUALp3nQUnAmVqUfHSrCdpA@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Hi All,

When the publication adds new table, the main apply worker would skip
changes upon that table and launches new sync worker to copy the
existing data of that table, and if possible, the sync worker would
apply changes since the copy start lsn.

Then here comes the question, above logic splits the changes of the
new seen table into other transactions applied by sync worker, so it
breaks the original transaction stream?

Regards,
Jinhua Luo


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

Предыдущее
От: Adrien NAYRAT
Дата:
Сообщение: Re: performance statistics monitoring without spamming logs
Следующее
От: Rushabh Lathia
Дата:
Сообщение: Hitting CheckRelationLockedByMe() ASSERT with force_generic_plan