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
{{ message }}
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
I couldn't find these on default grafana dashboards and I wonder if it's possible to add, or if you have any other suggestions to track these:
Duration of each vacuum
number of removed tuples
bloat percentage for each table
In order to get bloat percentage, we created this helper function . We are on postgres 15, not 12.
However, when I check the table table_bloat_approx_summary_sql there is no table name information. How am I supposed to know which table the data belongs, clearly I am doing something wrong.
Example: select * from table_bloat_approx_summary_sql
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I couldn't find these on default grafana dashboards and I wonder if it's possible to add, or if you have any other suggestions to track these:
In order to get bloat percentage, we created this helper function . We are on postgres 15, not 12.
However, when I check the table
table_bloat_approx_summary_sql
there is no table name information. How am I supposed to know which table the data belongs, clearly I am doing something wrong.Example:
select * from table_bloat_approx_summary_sql
Beta Was this translation helpful? Give feedback.
All reactions