Re: [GENERAL] vacuum on streaming replication

Поиск
Список
Период
Сортировка
От Alex Samad
Тема Re: [GENERAL] vacuum on streaming replication
Дата
Msg-id CAJ+Q1PUR+Si5AEOZfrH4ArAQ__xNE6U40ggzsKuA-sWKxJU1jw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] vacuum on streaming replication  (Chris Travers <chris.travers@gmail.com>)
Список pgsql-general
Thanks

On 31 July 2017 at 18:11, Chris Travers <chris.travers@gmail.com> wrote:


On Mon, Jul 31, 2017 at 10:08 AM, Michael Paquier <michael.paquier@gmail.com> wrote:
On Mon, Jul 31, 2017 at 7:28 AM, Andreas Kretschmer
<andreas@a-kretschmer.de> wrote:
> The standby is read only, vacuum runs on the master and replicated to the standby. Analyse as well.

Please note as well that if hot_standby_feedback is enabled, the
cleanup done by VACUUM on the primary is influenced as well so as
tuples that a standby may need to avoid conflicts for its transactions
are not removed. So VACUUM may result in less cleanup depending on the
read load on the standby.

Also that replication slots provide standby feedback and may further delay vacuuming when the standby is offline. 
--
Michael


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



--
Best Wishes,
Chris Travers

Efficito:  Hosted Accounting and ERP.  Robust and Flexible.  No vendor lock-in.

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

Предыдущее
От: Chris Travers
Дата:
Сообщение: Re: [GENERAL] vacuum on streaming replication
Следующее
От: Alex Samad
Дата:
Сообщение: [GENERAL] Question about loading up a table