Re: new autovacuum criterion for visible pages - Mailing list pgsql-hackers

From Tom Lane
Subject Re: new autovacuum criterion for visible pages
Date
Msg-id 31535.1470960074@sss.pgh.pa.us
Whole thread Raw
In response to Re: new autovacuum criterion for visible pages  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: new autovacuum criterion for visible pages  (Masahiko Sawada <sawada.mshk@gmail.com>)
Re: new autovacuum criterion for visible pages  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
Michael Paquier <michael.paquier@gmail.com> writes:
> In short, autovacuum will need to scan by itself the VM of each
> relation and decide based on that.

That seems like a worthwhile approach to pursue.  The VM is supposed to be
small, and if you're worried it isn't, you could sample a few pages of it.
I do not think any of the ideas proposed so far for tracking the
visibility percentage on-the-fly are very tenable.
        regards, tom lane



pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: [Patch] New psql prompt substitution %r (m = master, r = replica)
Next
From: Michael Paquier
Date:
Subject: Re: [Patch] New psql prompt substitution %r (m = master, r = replica)