Re: Postgresql optimisation

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Postgresql optimisation
Дата
Msg-id 4AE81141020000250002C071@gw.wicourts.gov
обсуждение исходный текст
Ответ на Postgresql optimisation  (Denis BUCHER <dbucherml@hsolutions.ch>)
Ответы Re: Postgresql optimisation  (Denis BUCHER <dbucherml@hsolutions.ch>)
Список pgsql-performance
Denis BUCHER <dbucherml@hsolutions.ch> wrote:

> 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).

-Kevin

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

Предыдущее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: Postgresql optimisation
Следующее
От: Denis BUCHER
Дата:
Сообщение: Re: Postgresql optimisation