Re: emit recovery stats via a new file or a new hook

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: emit recovery stats via a new file or a new hook
Date: 2021-11-03 05:58:25
Message-ID: CAA4eK1JyqKiBHfMZck+H4x0+ErpxCKA+nYTF1JVnh5utLSeYcA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Nov 1, 2021 at 12:30 AM Andres Freund <andres(at)anarazel(dot)de> wrote:
>
> I'm not sure that the new log messages aren't sufficient. But if they
> aren't, it seems better to keep additional data in the stats system, and
> make them visible via views, rather than adding yet another place to
> keep stats.
>

+1. This is exactly what came to my mind after reading Bharath's email.

--
With Regards,
Amit Kapila.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2021-11-03 06:07:38 Re: Added schema level support for publication.
Previous Message Amit Kapila 2021-11-03 05:55:12 Re: Logical insert/update/delete WAL records for custom table AMs