Re: Reset DB stats suggestion pg_stat_reset()

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: postggen2020 s <postggen2020(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: Re: Reset DB stats suggestion pg_stat_reset()
Date: 2020-02-23 18:19:34
Message-ID: ca20d549-5ad1-b83a-b169-1f436a9e10e2@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

On 2/22/20 6:40 PM, postggen2020 s wrote:
> 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?.

Yes the stats counters will be reset to 0, which means the planner will
not have accurate statistics to work with. That can be corrected with an
ANALYZE. The questions I have are:

What is the issue you are trying to deal with?

Also why do you think resetting the stats will fix it?

>
> Thanks,
> Postgann.
>
> On Sat, Feb 22, 2020 at 10:47 PM Adrian Klaver
> <adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)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(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Adrian Klaver 2020-02-23 19:25:27 Re: Reset DB stats suggestion pg_stat_reset()
Previous Message Peter J. Holzer 2020-02-23 10:19:28 Re: DB running out of memory issues after upgrade

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2020-02-23 18:34:22 Re: How to get error message details from libpq based psqlODBC driver (regression)
Previous Message Edson Richter 2020-02-23 16:04:45 RE: Replication: slave server has 3x size of production server?