]> ruin.nu Git - ndwebbie.git/commitdiff
No real need to vacuum every tick, autovacuum works fine
authorMichael Andreen <harv@ruin.nu>
Mon, 4 May 2009 08:44:23 +0000 (10:44 +0200)
committerMichael Andreen <harv@ruin.nu>
Mon, 4 May 2009 08:52:43 +0000 (10:52 +0200)
scripts/fetchdumps.pl

index 1bb0736fb3093e04bbd51069f203666a43df77ed..0d71aeaf6159504f61ff91afcab182fab205e0bb 100755 (executable)
@@ -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});
 }