Re: Autovacuum Transaction Wraparound

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Autovacuum Transaction Wraparound
Дата
Msg-id 6616bb40-9b76-a786-7276-ff1e2a9cd03b@aklaver.com
обсуждение исходный текст
Ответ на Re: Autovacuum Transaction Wraparound  (Perumal Raj <perucinci@gmail.com>)
Список pgsql-general
On 3/11/19 1:24 PM, Perumal Raj wrote:
> Hi Adrian
> 
> What was the full message?
> 
>             autovacuum: VACUUM <table name >(to prevent wraparound)
> 
> Though i am running vacuum manually (nowadays) and autovacuum is running 
> perfectly once its threshold reaches.
> 
> What will happen if my DB reaches 200M transaction age again ? ( Here my 
> understanding is no dead tuples to cleanup --- I may be missing full 
> concept , Please correct me if i am wrong) .
> 
> What will be impact to DB ( Performance ) During Vacuum freeze ( My 
> Assumption is autovacuum will run "vacuum freeze" once DB age reached 
> 200M ) ?

I would read this:

https://www.postgresql.org/docs/9.2/routine-vacuuming.html#VACUUM-FOR-WRAPAROUND

I believe it will answer most of your questions.

> 
> When should i consider to increase pg_settings value with respect to 
> Autovacuum ?
> 
> Regards,
> 
> 



-- 
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: Vijaykumar Jain
Дата:
Сообщение: Re: [External] Re: xmin and very high number of concurrent transactions
Следующее
От: Benedict Holland
Дата:
Сообщение: Re: Where to store Blobs?