Re: DB is slow until DB is reloaded

Поиск
Список
Период
Сортировка
От Madison Kelly
Тема Re: DB is slow until DB is reloaded
Дата
Msg-id 4B424FF6.40207@alteeve.com
обсуждение исходный текст
Ответ на Re: DB is slow until DB is reloaded  (Steve Crawford <scrawford@pinpointresearch.com>)
Ответы Re: DB is slow until DB is reloaded  (Richard Neill <rn214@cam.ac.uk>)
Re: DB is slow until DB is reloaded  (Gary Doades <gpd@gpdnet.co.uk>)
Re: DB is slow until DB is reloaded  (Steve Crawford <scrawford@pinpointresearch.com>)
Список pgsql-performance
Steve Crawford wrote:
> 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
>

Yup, I even tried manually running 'VACUUM FULL' and it didn't help. As
for upgrading;

a) I am trying to find a way around the dump/reload. I am doing it as a
"last resort" only.
b) I want to keep the version in CentOS' repo.

I'd not tried simply updating the stats via ANALYZE... I'll keep an eye
on performance and if it starts to slip again, I will run ANALYZE and
see if that helps. If there is a way to run ANALYZE against a query that
I am missing, please let me know.

Madi

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

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