Re: regarding statistics retaining with 18 Upgrade
Bruce Momjian <bruce@momjian.us>
From: Bruce Momjian <bruce@momjian.us>
To: Robert Treat <rob@xzilla.net>
Cc: Rambabu V <ram.wissen@gmail.com>, pgsql-hackers@postgresql.org
Date: 2025-11-17T23:56:04Z
Lists: pgsql-hackers
On Sat, Nov 15, 2025 at 06:52:15PM -0500, Robert Treat wrote: > On Sat, Nov 15, 2025 at 9:32 AM Bruce Momjian <bruce@momjian.us> wrote: > > On Sat, Nov 15, 2025 at 06:02:53PM +0800, Rambabu V wrote: > > > Hi Team, > > > > > > seems stats are not retained after upgrade. Below are the artifacts , is it > > > expected? as per the release notes statistics should be retained. > > > > Uh, it is the _optimizer_ statistics that are preserved by pg_upgrade, > > not the cumulative statistics system: > > > > https://www.postgresql.org/docs/current/monitoring-stats.html > > > > Yes, they are easily confused. > > > > I wonder if it might be worth trying to clarify this a little bit > more... perhaps something like the attached? Patch applied back to PG 18, thanks. -- Bruce Momjian <bruce@momjian.us> https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.
Commits
-
doc: Update pg_upgrade documentation to match recent description changes.
- d984cef87c66 18.2 landed
- aaf035790aeb 19 (unreleased) landed