On Tue, 2020-03-10 at 00:00 -0500, Justin Pryzby wrote: > > +++ b/src/backend/utils/misc/postgresql.conf.sample > > +#autovacuum_vacuum_insert_threshold = 10000000 # min number of row > > inserts > > + # before vacuum > > Similar to a previous comment [0] about reloptions or GUC: > > Can we say "threshold number of insertions before vacuum" ? > ..or "maximum number of insertions before triggering autovacuum"
Hmm. I copied the wording from "autovacuum_vacuum_threshold". Since the parameters have similar semantics, a different wording would confuse. Yours, Laurenz Albe