server gets slow at certain time

Поиск
Список
Период
Сортировка
От AI Rumman
Тема server gets slow at certain time
Дата
Msg-id AANLkTinWY_HqFL9n-+J_WJTUCvY8e4Qb+e52pbiidV+w@mail.gmail.com
обсуждение исходный текст
Ответы Re: server gets slow at certain time  (Thom Brown <thom@linux.com>)
Re: server gets slow at certain time  (Devrim GÜNDÜZ <devrim@gunduz.org>)
Список pgsql-general
I am using Postgresql 8.1 in 8-cpu cores with 32 gb ram with CestOS 5.
I have different DBs in the system and the large one is 12 GB and it is a CRM DB and heavily used.
Every day after 1 pm the system gets slow and after analyzing the nmon spreadsheet, I found that IO spike at that period. 
Users write data much at that period of time.
DB parameters are as follows:
max_connections= 500
shared_buffers=122144
effective_cache_size = 1835010
work_mem = 8192
max_fsm_pages= 356656
fsync=on
commit_delay=0
commit_siblings= 5
random_page_cost = 0.01
default_statistics_target=100
wah_buffers = 500

Any idea please how to find the bottleneck and improve performance.
Let me know if any more information is needed.

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

Предыдущее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: Re: share lock when only one user connected?
Следующее
От: Thom Brown
Дата:
Сообщение: Re: server gets slow at certain time