Re: Is there a way to know write statistics on an individual index

2022-12-13 Thread higherone
jda wrote: > On Thu, Dec 8, 2022 at 2:53 AM David Rowley wrote: > > > > On Thu, 8 Dec 2022 at 19:59, higherone wrote: > > > I know there's a pg_stats_user_indexes that gives statistics about the > index scans/fetches, but I don't find any information about how man

Is there a way to know write statistics on an individual index

2022-12-07 Thread higherone
Hi, I know there's a pg_stats_user_indexes that gives statistics about the index scans/fetches, but I don't find any information about how many writes(insert/update/delete) happen on this individual index. Is there some tool that could achieve this? Thanks, Alun