From: Michael Andreen Date: Mon, 4 May 2009 08:44:23 +0000 (+0200) Subject: No real need to vacuum every tick, autovacuum works fine X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=commitdiff_plain;h=d1d9b988b4b9921e707b36d81ed2dfddb77188d8 No real need to vacuum every tick, autovacuum works fine --- diff --git a/scripts/fetchdumps.pl b/scripts/fetchdumps.pl index 1bb0736..0d71aea 100755 --- a/scripts/fetchdumps.pl +++ b/scripts/fetchdumps.pl @@ -60,7 +60,6 @@ if ($updated){ $dbh->do(q{UPDATE misc SET value = ? WHERE id = 'TICK'}, undef, $updated); system 'killall','-USR1', 'irssi'; local $dbh->{Warn} = 0; - $dbh->do(q{VACUUM ANALYZE}); }