Re: How can I avoid Frozenxid wraparound on failover to a standby(PITR) database?
В списке pgsql-admin по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: How can I avoid Frozenxid wraparound on failover to a standby(PITR) database? |
| Дата | |
| Msg-id | 29354.1220640349@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: How can I avoid Frozenxid wraparound on failover to a standby(PITR) database? (Arctic Toucan <arctic_toucan@hotmail.com>) |
| Ответы |
Re: How can I avoid Frozenxid wraparound on failover to a
standby(PITR) database?
|
| Список | pgsql-admin |
Arctic Toucan <arctic_toucan@hotmail.com> writes:
> My standard settings in the config file are:
> autovacuum_freeze_max_age = 2,000,000,000
> vacuum_freeze_min_age = 100,000,000
Ah, well, there's the issue. It could be expected that no tuple
freezing would happen before autovacuum_freeze_max_age. I'd take a zero
off that value I think --- you're not leaving yourself a lot of daylight
between freeze_max_age and wraparound. You could get away with that
setting in a smaller database that didn't take so long to vacuum, but
in a bigger one you want to freeze a bit more aggressively IMHO.
regards, tom lane
В списке pgsql-admin по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера