Re: High load,

Поиск
Список
Период
Сортировка
От Ivan Voras
Тема Re: High load,
Дата
Msg-id ihuigg$1mp$1@dough.gmane.org
обсуждение исходный текст
Ответ на High load,  (Michael Kohl <michael.kohl@tupalo.com>)
Список pgsql-performance
On 27/01/2011 11:31, Michael Kohl wrote:
> Hi all,
>
> we are running a fairly big Ruby on Rails application on Postgres 8.4.
> Our traffic grew quite a bit lately, and since then we are facing DB
> performance issues. System load occasionally explodes (around 170
> yesterday on a 16 core system), which seems to be caused by disk I/O
> (iowait in our Munin graphs goes up significantly during these
> periods). At other times the laod stays rather low under pretty much
> the same circumstances.

Is there any way you can moderate the number of total active connections
to the database to approximately match the number of (logical) CPU cores
on your system? I.e. some kind of connection pool or connection
limiting? This should help you in more ways than one (limit PG lock
contention, limit parallel disk IO).


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

Предыдущее
От: Grant Johnson
Дата:
Сообщение: Re: How to best use 32 15k.7 300GB drives?
Следующее
От: Shaun Thomas
Дата:
Сообщение: Re: FW: Queries becoming slow under heavy load