You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: