Re: Postgres DB maintainenance - vacuum and reindex - Mailing list pgsql-performance

From Ben Chobot
Subject Re: Postgres DB maintainenance - vacuum and reindex
Date
Msg-id 5F413149-F922-4CC4-952E-CBDC40DBD62F@silentmedia.com
Whole thread Raw
In response to Postgres DB maintainenance - vacuum and reindex  (Meena_Ramkumar <winmeena_ramkumar@yahoo.co.in>)
List pgsql-performance
Autovacuum is your friend for minimal downtime. It is configurable to let you adjust how invasive it will be, and you
canhave different settings per table if you wish. 

As for the reindex, why do you think you will be reindexing regularly?

On Mar 15, 2010, at 10:30 PM, Meena_Ramkumar wrote:

>
> How to run vacuumdb and reindex for Postgres DB in a non-stop server? Will it
> be made without shutting the server? If so, then what will be performance
> degradation percentage?
> --
> View this message in context:
http://old.nabble.com/Postgres-DB-maintainenance---vacuum-and-reindex-tp27913694p27913694.html
> Sent from the PostgreSQL - performance mailing list archive at Nabble.com.
>
>
> --
> Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance


pgsql-performance by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Postgres DB maintainenance - vacuum and reindex
Next
From: "Ing. Marcos Ortiz Valmaseda"
Date:
Subject: Re: Postgres DB maintainenance - vacuum and reindex