Re: DB is slow until DB is reloaded

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: DB is slow until DB is reloaded
Дата
Msg-id 4B420354020000250002DCC4@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: DB is slow until DB is reloaded  (Madison Kelly <linux@alteeve.com>)
Ответы Re: DB is slow until DB is reloaded  (Madison Kelly <linux@alteeve.com>)
Re: DB is slow until DB is reloaded  (Scott Carey <scott@richrelevance.com>)
Список pgsql-performance
Madison Kelly <linux@alteeve.com> wrote:

> I've added CLUSTER -> ANALYZE -> VACUUM to my nightly
> routine and dropped the VACUUM FULL call.

The CLUSTER is probably not going to make much difference once
you've eliminated bloat, unless your queries do a lot of searches in
the sequence of the index used.  Be sure to run VACUUM ANALYZE as
one statement, not two separate steps.

-Kevin

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

Предыдущее
От: Brad Nicholson
Дата:
Сообщение: Re: DB is slow until DB is reloaded
Следующее
От: Madison Kelly
Дата:
Сообщение: Re: DB is slow until DB is reloaded