Re: viewing connectioninfo used by subscriber on the publicationserver when inactive

Поиск
Список
Период
Сортировка
От Keith Fiske
Тема Re: viewing connectioninfo used by subscriber on the publicationserver when inactive
Дата
Msg-id CAODZiv5J2op7t5_P-6gQwKXVefmFXV9WhLPtN159U_PbyyM_jQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: viewing connectioninfo used by subscriber on the publicationserver when inactive  (Wim Bertels <wim.bertels@ucll.be>)
Ответы Re: viewing connectioninfo used by subscriber on the publicationserver when inactive  (Wim Bertels <wim.bertels@ucll.be>)
Список pgsql-admin


On Thu, May 14, 2020 at 9:59 AM Wim Bertels <wim.bertels@ucll.be> wrote:
> period of time, especially if the publisher is continuing to write. I
> would question the design of this that is allowing the subscribers to
> be offline. You may want to rethink this design a bit.

That is another aspect, to achieve a goal there generally more options,
but not my question.

In this case: a small dataset with little changes over time is used,
(so the overhead in storage should be little) ;
as this seems an easy introduction exercise to replication for the
students who are not always online. So they see what happens, always
more appealing that just talking about it.

Just to be clear, not this case: a setup for a company

>
--
mvg,
Wim
--
Kindness is a language which the deaf can hear and the blind can read.
                -- Mark Twain


It doesn't matter how small the dataset change is. The same WAL stream is used for both logical and physical replication so it has to keep all WAL files until all subscribers for that publication have confirmed they have received them. If even a single subscriber goes offline, all WAL will be kept until that subscriber reconnects.

--
Keith Fiske
Senior Database Engineer
Crunchy Data - http://crunchydata.com

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

Предыдущее
От: Wim Bertels
Дата:
Сообщение: Re: viewing connectioninfo used by subscriber on the publicationserver when inactive
Следующее
От: Wim Bertels
Дата:
Сообщение: Re: viewing connectioninfo used by subscriber on the publicationserver when inactive