The Maintenance tab is a huge benefit to us when folks are checking to see if a table might have stopped being auto-vacuumed, auto-analyzed, etc. We have > 250 tables, so it can be difficult to spot problematic tables without reading every row.
It would be really cool if you could sort the tables on this page by the last vacuumed, last analyzed, and dead rows columns to more quickly find problems.
(Also, making dead_rows=true the default would be great, it's super useful!)
I'd be happy to do a PR for this, but I wanted to check if there was interest before doing so.
The Maintenance tab is a huge benefit to us when folks are checking to see if a table might have stopped being auto-vacuumed, auto-analyzed, etc. We have > 250 tables, so it can be difficult to spot problematic tables without reading every row.
It would be really cool if you could sort the tables on this page by the last vacuumed, last analyzed, and dead rows columns to more quickly find problems.
(Also, making
dead_rows=true
the default would be great, it's super useful!)I'd be happy to do a PR for this, but I wanted to check if there was interest before doing so.