Re: Degradation of postgres 7.4.5 on FreeBSD/CygWin

Поиск
Список
Период
Сортировка
От Steinar H. Gunderson
Тема Re: Degradation of postgres 7.4.5 on FreeBSD/CygWin
Дата
Msg-id 20050218140850.GA16919@uio.no
обсуждение исходный текст
Ответ на Degradation of postgres 7.4.5 on FreeBSD/CygWin  ("Rodrigo Moreno" <rodrigo.miguel@terra.com.br>)
Список pgsql-performance
On Fri, Feb 18, 2005 at 11:54:34AM -0300, Rodrigo Moreno wrote:
> 00 23 * * 1-5 /usr/local/pgsql/bin/psql supre -c "vacuum analyze;"
>>>/dev/null 2>&1

Isn't vacuum once a day a bit too little with heavy activity? You should
probably consider autovacuum.

> 00 23 * * 6 /usr/local/pgsql/bin/psql supre -c "reindex database supre;"
>>>/dev/null 2>&1

REINDEX DATABASE does (AFAIK) only index the indexes on the system tables in
the database.

/* Steinar */
--
Homepage: http://www.sesse.net/

В списке pgsql-performance по дате отправления:

Предыдущее
От: "Rodrigo Moreno"
Дата:
Сообщение: Degradation of postgres 7.4.5 on FreeBSD/CygWin
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Effects of IDLE processes