From: rk Date: Mon, 11 Feb 2002 16:04:06 +0000 (+0000) Subject: postgresql vacuum / vacuum analyze X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=fc1febe9d9b4a35b21e413881e3c127815595932;p=mir.git postgresql vacuum / vacuum analyze --- diff --git a/doc/MAINTENANCE b/doc/MAINTENANCE index 0b1d2d35..b0e23348 100755 --- a/doc/MAINTENANCE +++ b/doc/MAINTENANCE @@ -6,3 +6,10 @@ this generates a dir with all blobs and a sql-file with all data. To restore the database: psql < .sql pgdump_lo -i -d -s /dumpdir/dir + +Every once in a while (or make a script) postgresql database should +be "cleaned". See postgresql docs for commands VACUUM and VACUUM ANALYZE + +Every once in a while (or make a script) postgresql database should +be "cleaned". See postgresql docs for commands VACUUM and VACUUM ANALYZE +