Re: DB is slow until DB is reloaded

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема Re: DB is slow until DB is reloaded
Дата
Msg-id 4B424215.70605@pinpointresearch.com
обсуждение исходный текст
Ответ на 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>)
Список pgsql-performance
Madison Kelly wrote:
> Hi all,
>
>   I've got a fairly small DB...
>
>   It slows down over time and I can't seem to find a way to get the
> performance to return without doing a dump and reload of the database...

Some questions:

Is autovacuum running? This is the most likely suspect. If not, things
will bloat and you won't be getting appropriate "analyze" runs. Speaking
of which, what happens if you just run "analyze"?

And as long as you are dumping and reloading anyway, how about version
upgrading for bug reduction, performance improvement, and cool new features.

Cheers,
Steve

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

Предыдущее
От: Gary Doades
Дата:
Сообщение: Re: DB is slow until DB is reloaded
Следующее
От: Brian Cox
Дата:
Сообщение: query looping?