| From: | Melanie Plageman <melanieplageman(at)gmail(dot)com> |
|---|---|
| To: | Nathan Bossart <nathandbossart(at)gmail(dot)com> |
| Cc: | Robert Treat <rob(at)xzilla(dot)net>, Greg Sabino Mullane <htamfids(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, Peter Geoghegan <pg(at)bowt(dot)ie>, David Rowley <dgrowley(at)gmail(dot)com>, Corey Huinker <corey(dot)huinker(at)gmail(dot)com> |
| Subject: | Re: Trigger more frequent autovacuums of heavy insert tables |
| Date: | 2025-02-26 21:48:20 |
| Message-ID: | CAAKRu_ZXMp8dO0R6J_Auu7NARNxkqy2DSzzj_BZ2jDcQxd8-uw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, Feb 26, 2025 at 12:25 PM Nathan Bossart
<nathandbossart(at)gmail(dot)com> wrote:
>
> On Wed, Feb 26, 2025 at 11:17:06AM -0500, Robert Treat wrote:
> > It strikes me as a bit odd to have this extra wording in the pg_class
> > documentation:
> >
> > + Every all-frozen page must also be marked
> > + all-visible in the visibility map, so
> > + <structfield>relallfrozen</structfield> should be less than or equal to
> > + <structfield>relallvisible</structfield>. However, if either field is
> > + updated manually or if the visibility map is corrupted, it is possible
> > + for <structfield>relallfrozen</structfield> to exceed
> > + <structfield>relallvisible</structfield>.
> >
> > For example, we don't document that rellallvisible should never exceed
> > relpages, and we aren't normally in the habit of documenting weird
> > behavior that might happen if people go updating the system catalogs.
> > Maybe it's just me, but when I read this earlier, I thought there
> > might be some intended use case for updating the catalog manually that
> > you had in mind and so the comments were warranted (and indeed, it's
> > part of why I thought the warning would be useful for users). But upon
> > reading the thread more and another pass through your updated patches,
> > this doesn't seem to be the case, and I wonder if this language might
> > be more encouraging of people updating catalogs than we would
> > typically be.
>
> +1. If we did want to add more information about the ordinary expectations
> of relallfrozen and friends here, I'd suggest doing so in a separate patch.
> IMHO the usual "This is only an estimate..." wording is sufficient for the
> introduction of relallfrozen.
Makes sense. Thanks Robert and Nathan. Attached v11 changes the docs
wording and is rebased.
- Melanie
| Attachment | Content-Type | Size |
|---|---|---|
| v11-0002-Trigger-more-frequent-autovacuums-with-relallfro.patch | text/x-patch | 5.2 KB |
| v11-0001-Add-relallfrozen-to-pg_class.patch | text/x-patch | 28.7 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Corey Huinker | 2025-02-26 21:57:34 | Re: Statistics Import and Export |
| Previous Message | Tom Lane | 2025-02-26 21:46:11 | Re: Statistics Import and Export |