Re: Postgres DB maintainenance - vacuum and reindex

Поиск
Список
Период
Сортировка
От Ben Chobot
Тема Re: Postgres DB maintainenance - vacuum and reindex
Дата
Msg-id 5F413149-F922-4CC4-952E-CBDC40DBD62F@silentmedia.com
обсуждение исходный текст
Ответ на Postgres DB maintainenance - vacuum and reindex  (Meena_Ramkumar <winmeena_ramkumar@yahoo.co.in>)
Список 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 по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Postgres DB maintainenance - vacuum and reindex
Следующее
От: "Ing. Marcos Ortiz Valmaseda"
Дата:
Сообщение: Re: Postgres DB maintainenance - vacuum and reindex