Re: Where to start for performance problem?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Where to start for performance problem?
Дата
Msg-id 3FC2CA18.3080001@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Where to start for performance problem?  ("Nid" <mk_spam@comcast.net>)
Список pgsql-performance
Nid wrote:

> I've been digging around in the code and found where we are executing the
> VACUUM command.  VACUUM ANALYZE is executed every 15 minutes.  We haven't
> tried VACUUM FULL ANALYZE.  I think I read that using FULL is a good idea
> once a day or something.  Just doing a VACUUM ANALYZE doesn't seem to be
> preventing our problem.  Thank you for the responses.

Try upgrading to PostgreSQL 7.4 and use the new pg_autovacuum daemon.
This daemon will monitor your tables and vacuum and analyze whenever
necessary.

Chris



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

Предыдущее
От: "Nid"
Дата:
Сообщение: Re: Where to start for performance problem?
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: [HACKERS] More detail on settings for pgavd?