Re: Big differences in plans between 8.0 and 8.1

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Big differences in plans between 8.0 and 8.1
Дата
Msg-id 44B94A51.9050108@joeconway.com
обсуждение исходный текст
Ответ на Re: Big differences in plans between 8.0 and 8.1  (Gabriele Turchi <gabriele.turchi@l39a.com>)
Ответы Re: Big differences in plans between 8.0 and 8.1  (Gabriele Turchi <gabriele.turchi@l39a.com>)
Список pgsql-performance
Gabriele Turchi wrote:
> Running an ANALYZE really change the plan, now it is fast as before
> (8.0).
>
> On the production system a VACUUM FULL ANALYZE is run every morning
> after a clean-up, when the "registrazioni" table is empty. During the
> day this table fills up (about 500 record any day), and apparently the
> performances are free-falling very quickly. This behaviour has not
> changed between the old and the new installation.
>
> Can you suggest an easy way to collect and keep up-to-date these
> statistics in a very low-impact way?
>

Why not just periodically (once an hour?) run "ANALYZE registrazioni;"
during the day. This will only update the statistics, and should be very
low impact.

HTH,

Joe

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

Предыдущее
От: Gabriele Turchi
Дата:
Сообщение: Re: Big differences in plans between 8.0 and 8.1
Следующее
От: Gabriele Turchi
Дата:
Сообщение: Re: Big differences in plans between 8.0 and 8.1