Re: Vacuum statistics

From: Ilia Evdokimov <ilya(dot)evdokimov(at)tantorlabs(dot)com>
To: Alena Rybakina <a(dot)rybakina(at)postgrespro(dot)ru>
Cc: Andrei Zubkov <zubkov(at)moonset(dot)ru>, Alena Rybakina <lena(dot)ribackina(at)yandex(dot)ru>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, a(dot)lepikhov(at)postgrespro(dot)ru, jian he <jian(dot)universality(at)gmail(dot)com>
Subject: Re: Vacuum statistics
Date: 2024-08-19 16:28:00
Message-ID: 092adec6-4eae-4bd4-bd0d-473a9df1282b@tantorlabs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Are you certain that all tables are included in `pg_stat_vacuum_tables`?
I'm asking because of the following:

SELECT count(*) FROM pg_stat_all_tables ;
 count
-------
   108
(1 row)

SELECT count(*) FROM pg_stat_vacuum_tables ;
 count
-------
    20
(1 row)

--
Regards,
Ilia Evdokimov,
Tantor Labs LCC.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2024-08-19 16:39:02 Re: generic plans and "initial" pruning
Previous Message Tom Lane 2024-08-19 16:19:07 Re: Report search_path value back to the client.