Re: relfilenode statistics

From: Andres Freund <andres(at)anarazel(dot)de>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>, Kirill Reshke <reshkekirill(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: relfilenode statistics
Date: 2026-07-10 13:09:39
Message-ID: 74242uhjpufa2tsb6dqot7cvhhyxjbhfo273wpooo6hizbdg6o@f45d72gt2ujb
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2026-07-10 15:05:35 +0900, Michael Paquier wrote:
> On Mon, Mar 09, 2026 at 07:43:43AM +0000, Bertrand Drouvot wrote:
> > PFA, a new mandatory rebase.
>
> So, we have discussed that a couple of days ago offline, and I still
> felt uncomfortable to not do a cleanup of the relation stats data for
> indexes. A lot of the fields are stored in memory and written in the
> file, and remain unused for indexes.

Why solve that as part of this thread / redesign, rather than as an orthogonal
issue?

Greetings,

Andres Freund

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2026-07-10 13:37:41 Re: Fix pg_stat_progress_data_checksums counter initialization
Previous Message prankware 2026-07-10 12:54:27 Re: COALESCE patch