Re: How can i be certain autovacuum is causing reuse if table still grows

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: How can i be certain autovacuum is causing reuse if table still grows
Date: 2020-07-28 03:39:47
Message-ID: 20d2fb88-89f8-34b9-0e23-81a8b1d8c7a2@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 7/27/20 5:19 PM, Keith Fiske wrote:
[snip]
> Also, I would not recommend partitioning simply to improve vacuuming.
> Especially if extensive tuning hasn't been tried first. Most times you can
> get per-table tuning working well enough to get autovacuum running
> properly. Especially on 9.6 and even more-so on PG11, where autovacuum has
> itself been improved.

SIMPLY to improve vacuum performance?  No.  But there are reasons that
partitioning was "invented", and minimizing the work needed to be done on
the whole of a Very Large and Rapidly Growing table is one of them.

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Sidney Aloisio Ferreira Pryor 2020-07-28 03:54:08 RE: How can i be certain autovacuum is causing reuse if table still grows
Previous Message Ron 2020-07-28 03:32:48 Re: How can i be certain autovacuum is causing reuse if table still grows