Re: Where to start for performance problem?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Where to start for performance problem?
Дата
Msg-id 3FC2ACCF.2030303@familyhealth.com.au
обсуждение исходный текст
Ответ на Where to start for performance problem?  ("MK Spam" <mk_spam@comcast.net>)
Список pgsql-performance
> The archives of this list provides many ideas for improving performance,
> but the problem we are having is gradually degrading performance ending
> in postgres shutting down.  So it's not a matter of optimizing a complex
> query to take 5 seconds instead of 60 seconds.  >From what I can tell we
> are using the VACUUM command on a schedule but it doesn't seem to
> prevent the database from becoming "congested" as we refer to it.  :]

Our busy website has a cronjob that runs VACUUM ANALYZE once an hour
(vacuumdb -a -q -z).

Have you tried going 'VACUUM FULL ANALYZE' (vacuumdb -a -q -z -f)
instead of a dump and reload?

Chris



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

Предыдущее
От: "Nid"
Дата:
Сообщение: Re: Where to start for performance problem?
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Maximum Possible Insert Performance?