Re: Recommended VACUM timing... - Mailing list pgsql-admin

From David Lizano
Subject Re: Recommended VACUM timing...
Date
Msg-id 4.3.2.7.0.20010404085251.00c31180@192.168.1.1
Whole thread Raw
In response to Recommended VACUM timing...  ("August Zajonc" <junk-postgre@aontic.com>)
List pgsql-admin
>For large tables that require a 24/7 uptime and see around 6-10 million
>changes a day, how do I run VACUM without taking the database/table down.
>Considering moving from MySQL, but can't quite understand how to run
>PostgreSQL in a production enviroment properly.


a) Using replication, you can "vacuum" one server meanwhile the other is
working.

         There are two utilities for PostgreSQL v7.1 (eRServer and RServ
v0.1), but I don't know the level of maturity of this utilities. I suppose
that they aren't in production level.

b)      1.- Stop the postmaster daemon
         2.- Make a copy of the database files directly from the filesistem.
         3.- start the postmaster daemon.

         The second should stop the service a short time compared with
"vacuumdb".


pgsql-admin by date:

Previous
From: Grant
Date:
Subject: Backup postgresql server.
Next
From: Matthew
Date:
Subject: RE: Recommended VACUM timing...