Re: postgres eating CPU on HP9000

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: postgres eating CPU on HP9000
Дата
Msg-id 200403261511.22493.josh@agliodbs.com
обсуждение исходный текст
Ответ на postgres eating CPU on HP9000  (Fabio Esposito <nfesposi@sourceweave.net>)
Ответы Re: postgres eating CPU on HP9000
Список pgsql-performance
Fabio,

> Postgres initially worked wonderfully, fast and solid.  It
> preformed complex joins in 0.01secs, and was able to keep up with our
> message queue.  It stayed this way for almost a year during our
> development.
>
> Recently it started eating up the cpu, and cannot keepup with the system
> like it used to.  The interesting thing here is that it still runs great
> on an older system with less ram, one slower cpu, and an older disk.

This really points to a maintenance problem.  How often do you run VACUUM
ANALYZE?   You have a very high rate of data turnover, and should need to
VACUUM frequently.

Also, what's you max_fsm_pages setting.

--
-Josh Berkus
 Aglio Database Solutions
 San Francisco


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

Предыдущее
От: Steve Atkins
Дата:
Сообщение: Re: [HACKERS] fsync method checking
Следующее
От: Tom Lane
Дата:
Сообщение: Re: odd planner choice