pg_stats_user_tables last_autovacuum for distrubuted tables
Open
dev_reported
feature
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
Hi,
running
`select * from pg_stat_user_tables`
returns values for _last_autovacuum_ only for non-distributed tables.
For distributed tables it returns null.
Is this a normal behaviour? How can i check the autovacuum status for distributed tables?
Contributor guide
Assessment
This issue has not been assessed yet.