| From: | Alena Rybakina <a(dot)rybakina(at)postgrespro(dot)ru> |
|---|---|
| To: | Ilia Evdokimov <ilya(dot)evdokimov(at)tantorlabs(dot)com> |
| 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-20 22:39:15 |
| Message-ID: | 3deae1bd-ad84-4459-a26e-04c9136b84e9@postgrespro.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I think you've counted the above system tables from the database, but
I'll double-check it. Thank you for your review!
On 19.08.2024 19:28, Ilia Evdokimov wrote:
> 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,
Alena Rybakina
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Munro | 2024-08-20 22:42:55 | Re: configure failures on chipmunk |
| Previous Message | Alena Rybakina | 2024-08-20 22:37:16 | Re: Vacuum statistics |