]> ruin.nu Git - ndwebbie.git/blobdiff - scripts/fetchdumps.pl
No real need to vacuum every tick, autovacuum works fine
[ndwebbie.git] / 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});
 }