Re: Reset DB stats suggestion pg_stat_reset() - Mailing list pgsql-general

From postggen2020 s
Subject Re: Reset DB stats suggestion pg_stat_reset()
Date
Msg-id CAJ=omAhbyW3V5vxjcHqeD9MPkGipsvJcviVEjALamwN5C2BvMg@mail.gmail.com
Whole thread Raw
In response to Re: Reset DB stats suggestion pg_stat_reset()  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: Reset DB stats suggestion pg_stat_reset()
Re: Reset DB stats suggestion pg_stat_reset()
List pgsql-general
Thanks Adrian.
I am aware about the functions. Here need is, can we use this?.or is there any known effects after firing the functions?.

Thanks,
Postgann.

On Sat, Feb 22, 2020 at 10:47 PM Adrian Klaver <adrian.klaver@aklaver.com> wrote:
On 2/22/20 12:26 AM, postggen2020 s wrote:
> Hi Team,
>
> Good Afternoon,
>
> We have seen some deadlocks and tempfile count in pg_stat_database view.
> We are trying to reset the stats.
> Can we use pg_stat_reset() function to reset these stats without any
> impact stats of databases.
> Please advise the process to reset the stats.

See here:

https://www.postgresql.org/docs/12/monitoring-stats.html

Table 27.20. Additional Statistics Functions

It details what your options are.

>
> Thanks.
> Postggen.


--
Adrian Klaver
adrian.klaver@aklaver.com

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: How to fix 0xC0000005 exception in Postgres 9.0
Next
From: "Andrus"
Date:
Subject: Re: How to get error message details from libpq based psqlODBC driver (regression)