You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Add relallfrozen, an estimate of the number of pages marked all-frozenin the visibility map.pg_class already has relallvisible, an estimate of the number of pagesin the relation marked all-visible in the visibility map. This is usedprimarily for planning.relallfrozen, together with relallvisible, is useful for estimating theoutstanding number of all-visible but not all-frozen pages in therelation for the purposes of scheduling manual VACUUMs and tuning vacuumfreeze parameters.A future commit will use relallfrozen to trigger more frequent vacuumson insert-focused workloads with significant volume of frozen data.Bump catalog versionAuthor: Melanie Plageman <melanieplageman@gmail.com>Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>Reviewed-by: Robert Treat <rob@xzilla.net>Reviewed-by: Corey Huinker <corey.huinker@gmail.com>Reviewed-by: Greg Sabino Mullane <htamfids@gmail.com>Discussion:https://postgr.es/m/flat/CAAKRu_aj-P7YyBz_cPNwztz6ohP%2BvWis%3Diz3YcomkB3NpYA--w%40mail.gmail.com