Re: Postgresql optimisation

Поиск
Список
Период
Сортировка
От Denis BUCHER
Тема Re: Postgresql optimisation
Дата
Msg-id 4AE86C7D.3020205@hsolutions.ch
обсуждение исходный текст
Ответ на Re: Postgresql optimisation  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-performance
Kevin Grittner a écrit :
>> And each morning ... all data is INSERTed new
>
> I recommend VACUUM ANALYZE of the table(s) after this step. Without
> that, the first query to read each tuple sets its hint bits and
> rewrites it, causing a surprising delay at unpredictable times
> (although heavier near the start of the day).

Ok great, thanks for the advice, I added it at the end of the process...

Denis

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Postgresql optimisation
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Postgresql optimisation