logical replication

Поиск
Список
Период
Сортировка
От Marc Millas
Тема logical replication
Дата
Msg-id CADX_1aaqJiO1XU1OkXcX2j2KRt3ei97TVuXQiCuMWNFUpdXV_A@mail.gmail.com
обсуждение исходный текст
Ответы Re: logical replication  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-performance
Hi,

my POC in postgres 12.(important ?)

if I setup 2 postgres clusters, and create a publication in one and a subscription in the other,
and do on the pub an update which does not change the data (updating an existing record with same data) then this (useless) update go through replication.(ie consumes network ressource)

what are ways to avoid this ?
(I thought of a trigger to not execute the useless update, but I dont see how to do this)
any ideas ?

thanks
PS: remarks about the meaning of this are off topic, thanks

Marc MILLAS
Senior Architect
+33607850334

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Partition with check constraint with "like"
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: logical replication