Re: Table DML status check per day - Mailing list pgsql-admin

From Samed YILDIRIM
Subject Re: Table DML status check per day
Date
Msg-id CAAo1mbm9nW8_qyfw2d_Qoe6G+gJYa-yqLet1bYwLt40a-jfDZw@mail.gmail.com
Whole thread Raw
In response to [MASSMAIL]Table DML status check per day  (jaya kumar <kumardba27@gmail.com>)
Responses Re: Table DML status check per day
List pgsql-admin
Hi Jaya,

You can use pg_stat_all_tables view for that. But, it provides cumulative statistics. So, you need to take snapshot of the view everyday. Then, you can create daily breakdown of insert/delete/update operations on tables out of snapshots.


Best regards.
Samed YILDIRIM

On Fri, 5 Apr 2024, 09:54 jaya kumar, <kumardba27@gmail.com> wrote:

Hi Team,

 

Application team requesting data like a particular day each table  how many inserts, update and delete activity are happening?

Without enabling the Audit parameter?Hope we will enable the Audit parameter. Huge entry will be written in a log file.

  

Is it possible to check the status and provide to the end user these details? 



Thanks & Regards,
Jayakumar.S
+91-9840864439.

pgsql-admin by date:

Previous
From: Daulat
Date:
Subject: [MASSMAIL]pgBadger with Pgaudit
Next
From: Guillaume Lelarge
Date:
Subject: Re: pgBadger with Pgaudit