Re: Vacuum statistics - Mailing list pgsql-hackers

From Sami Imseih
Subject Re: Vacuum statistics
Date
Msg-id CAA5RZ0sJLo9jYw4CsrWNrgB3ff52jEK-kg1r8tL_+nEhw1C+Jw@mail.gmail.com
Whole thread Raw
In response to Re: Vacuum statistics  (Jim Nasby <jnasby@upgrade.com>)
List pgsql-hackers
> I guess one question is how realistic it is to try and put everything about (auto)vacuum in a single view.
> Given the complexity, the answer to that might just be “no”. In that case leaving existing fields in
pg_stat_all_tables
> is a lot more reasonable.

Agree. I also think the total_time should be in pg_stat_all_tables.
total_time is a high level metric that along with vacuum_count
can calculate average run time of vacuums on a specific table.

Everything else in the new view are more granular details.

Regards,

Sami



pgsql-hackers by date:

Previous
From: Robert Treat
Date:
Subject: Re: Adding OLD/NEW support to RETURNING
Next
From: James Hunter
Date:
Subject: Re: Add the ability to limit the amount of memory that can be allocated to backends.