Re: New GUC autovacuum_max_threshold ? - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: New GUC autovacuum_max_threshold ?
Date
Msg-id Z4aixpJfyzkRfuJc@nathan
Whole thread Raw
In response to Re: New GUC autovacuum_max_threshold ?  (Sami Imseih <samimseih@gmail.com>)
Responses Re: New GUC autovacuum_max_threshold ?
List pgsql-hackers
On Tue, Jan 14, 2025 at 11:08:36AM -0600, Sami Imseih wrote:
> After staring at the documentation for a while, I am now
> wondering whether we are adequately describing the
> rationale for this GUC. The GUC documentation mentions that this is a
> 'cap on the value calculated with autovacuum_vacuum_threshold
> and autovacuum_vacuum_scale_factor,' which is acceptable;
> however, I think further elaboration is necessary in
> routine-vacuuming.html#AUTOVACUUM. This is because
> scale_factor and threshold are already well-known
> and widely understood parameters, and introducing
> a third one to the mix deserves a bit more of an
> explanation. What do you think?

I think it would be odd to explain the intent for one autovacuum parameter
while leaving the others unexplained.  IMHO it would be better to address
this for all such parameters in a follow-up patch.

-- 
nathan



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Bypassing cursors in postgres_fdw to enable parallel plans
Next
From: Sami Imseih
Date:
Subject: Re: New GUC autovacuum_max_threshold ?