Re: Vacuum statistics
Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>
From: Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>
To: Alena Rybakina <a.rybakina@postgrespro.ru>
Cc: Andrei Zubkov <zubkov@moonset.ru>,
Alena Rybakina <lena.ribackina@yandex.ru>,
pgsql-hackers <pgsql-hackers@postgresql.org>, a.lepikhov@postgrespro.ru,
jian he <jian.universality@gmail.com>
Date: 2024-08-19T16:28:00Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Move wal_buffers_full from PgStat_PendingWalStats to WalUsage
- eaf502747bac 18.0 cited
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.