<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=PostgreSQL_Vacuumdb</id>
	<title>PostgreSQL Vacuumdb - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=PostgreSQL_Vacuumdb"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=PostgreSQL_Vacuumdb&amp;action=history"/>
	<updated>2026-06-01T18:00:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=PostgreSQL_Vacuumdb&amp;diff=3006&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` SELECT schemaname, relname, n_live_tup, n_dead_tup, last_autovacuum FROM pg_stat_all_tables ORDER BY n_dead_tup     / (n_live_tup        * current_setting('autovacuum_vacu...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=PostgreSQL_Vacuumdb&amp;diff=3006&amp;oldid=prev"/>
		<updated>2022-05-08T22:31:05Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` SELECT schemaname, relname, n_live_tup, n_dead_tup, last_autovacuum FROM pg_stat_all_tables ORDER BY n_dead_tup     / (n_live_tup        * current_setting(&amp;#039;autovacuum_vacu...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;```&lt;br /&gt;
SELECT schemaname, relname, n_live_tup, n_dead_tup, last_autovacuum&lt;br /&gt;
FROM pg_stat_all_tables&lt;br /&gt;
ORDER BY n_dead_tup&lt;br /&gt;
    / (n_live_tup&lt;br /&gt;
       * current_setting('autovacuum_vacuum_scale_factor')::float8&lt;br /&gt;
          + current_setting('autovacuum_vacuum_threshold')::float8)&lt;br /&gt;
     DESC&lt;br /&gt;
LIMIT 10;&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>