Re: 8.2 Autovacuum BUG ?

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: pavan95 <pavan(dot)postgresdba(at)gmail(dot)com>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: 8.2 Autovacuum BUG ?
Date: 2018-01-22 09:41:00
Message-ID: 987851516614060@web46o.yandex.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hello
How big is database?
Please show result of this query: select * from pg_stat_activity where query like 'autovacuum%';
I think here is running antiwraparound autovacuum. In this case all is normal, antiwraparound will produce a lot of WAL and this is necessary to continue database working.

PS: please note postgresql 9.1 is EOL.

regards, Sergei

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message pavan95 2018-01-22 10:21:39 Re: 8.2 Autovacuum BUG ?
Previous Message Svensson Peter 2018-01-22 08:20:55 SV: pgaudit and create postgis extension logs a lot inserts