Re: DB is slow until DB is reloaded

Поиск
Список
Период
Сортировка
От Madison Kelly
Тема Re: DB is slow until DB is reloaded
Дата
Msg-id 4B425D79.7010302@alteeve.com
обсуждение исходный текст
Ответ на Re: DB is slow until DB is reloaded  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-performance
Kevin Grittner wrote:
> 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

Ah, noted and updated, thank you.

Madi

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

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