xmin value from pg_stat_replication

Поиск
Список
Период
Сортировка
От S. Bob
Тема xmin value from pg_stat_replication
Дата
Msg-id 2bbb14f7-b894-cf98-986f-59e4711d0aa5@quadratum-braccas.com
обсуждение исходный текст
Ответы Re: xmin value from pg_stat_replication
Re: xmin value from pg_stat_replication
Список pgsql-admin
All;


We have a master and a standby (Streaming replication).

This query produces a value of approx 1.5million on the master and 
approx 80million on the standby:


select slot_name, slot_type, database, xmin from pg_replication_slots 
order by age(xmin);


We are running replication in async mode.


A couple of questions:


- Is it unusual for the master & standby to differ dramatically like this?

- could the replication slot (i.e. the xmin on the standby) be 
preventing vacuum from cleaning up row versions on the master?


Thanks in advance









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

Предыдущее
От: MichaelDBA
Дата:
Сообщение: Re: Performance tuning/Response times in Postgres 11.2
Следующее
От: Jerry Sievers
Дата:
Сообщение: Re: xmin value from pg_stat_replication