diff --git a/powa/sql/views_graph.py b/powa/sql/views_graph.py index 9dc2a6d1..66cf7082 100644 --- a/powa/sql/views_graph.py +++ b/powa/sql/views_graph.py @@ -546,6 +546,7 @@ def BASE_QUERY_PGSA_SAMPLE(per_db=False): AND pgsac.srvid = %(server)s ) AS pgsa_history {extra} + AND backend_type <> 'autovacuum worker' ) AS pgsa WHERE number %% ( int8larger((total)/(%(samples)s+1),1) ) = 0 """.format(extra=extra)