Difference between revisions of "PostgreSQL VACUUM"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
 
   vacuum_count, autovacuum_count
 
   vacuum_count, autovacuum_count
 
  FROM [[pg_stat_user_tables]];
 
  FROM [[pg_stat_user_tables]];
 +
 +
select count(*) from [[pg_stat_activity]] where query like 'autovacuum:%';
 +
  
  

Revision as of 10:46, 5 August 2021

Advertising: