Postgresql bloat table high (> 80%)
warning

Description The table {{ $labels.relname }} is bloated. You should execute `VACUUM {{ $labels.relname }};`
Query for 1h
>>>
	
				
					
				
			
				
					 > 80 and on (relname) (
				
			
				
					
				
			
				
					 > 200000000)
				
			
    
Query Explanation

The alert fires when a PostgreSQL table’s bloat percentage exceeds 80% and its actual size is larger than 200 MB. In other words, for any table where pg_bloat_table_bloat_pct > 80 and, on the same relname, pg_bloat_table_real_size > 200000000 bytes, the alert triggers.

Get Alert
Download
Copy to Clipboard