Re: Dynamic views

From: Wolfgang Wilhelm <wolfgang20121964(at)yahoo(dot)de>
To: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>, Rajesh Kumar <rajeshkumar(dot)dba09(at)gmail(dot)com>
Subject: Re: Dynamic views
Date: 2024-04-08 10:37:42
Message-ID: 1131891051.9514344.1712572662608@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Rajesh,
pg_stat_activity shows the actual activity - what is running as DB tasks on the system. When the process finishes then it will disappear from that view. No reset needed. pg_stat_database will have new information with new or deleted databases. So no reset required, too.
More information can be taken from the docs. See https://www.postgresql.org/docs/current/monitoring-stats.html
RegardsWolfgang

Am Montag, 8. April 2024 um 09:01:12 MESZ hat Rajesh Kumar <rajeshkumar(dot)dba09(at)gmail(dot)com> Folgendes geschrieben:

Hi all,
How much time the stats are hold in dynamic stats views such as pg_stat_activity, pg_stat_database etc?

Is there a reset point? How to find the last reset time ?

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message sethu mathavan 2024-04-08 10:43:04 Access Denied in mysql
Previous Message Laurenz Albe 2024-04-08 09:56:45 Re: How to tune SQL performance of function based columns of a view