postgresql vacuum / vacuum analyze
authorrk <rk>
Mon, 11 Feb 2002 16:04:06 +0000 (16:04 +0000)
committerrk <rk>
Mon, 11 Feb 2002 16:04:06 +0000 (16:04 +0000)
doc/MAINTENANCE

index 0b1d2d3..b0e2334 100755 (executable)
@@ -6,3 +6,10 @@ this generates a dir with all blobs and a sql-file with all data.
 To restore the database:
        psql <dbname> < <dbname>.sql
        pgdump_lo -i -d <dbname> -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
+