It has one line for each page of each scanned document.
De: Ron <ronljohnsonjr@gmail.com> Enviado: segunda-feira, 27 de julho de 2020 18:27 Para: pgsql-admin@lists.postgresql.org <pgsql-admin@lists.postgresql.org> Assunto: Re: How can i be certain autovacuum is causing reuse if table still grows
Another suggestion is to partition the table by a chronological key, so that only a fraction of the table needs to be vacuumed.
On 7/27/20 3:36 PM, Sidney Aloisio Ferreira Pryor wrote:
Thank you, David.
So can i assume that autovacuum only release dead tuples when it ends its execution?
Autovacuum is not finishing and is running for days.
We did not find a parameter to limit autovacuum executing time.
Its probably best avoid drawing conclusions here until the anti-wraparound vacuum has completed and you’ve updated to the latest minor version of PostgreSQL.