Re: Low Performance for big hospital server ..

Поиск
Список
Период
Сортировка
От Michael Adler
Тема Re: Low Performance for big hospital server ..
Дата
Msg-id 20050102140828.GA21826@pobox.com
обсуждение исходный текст
Ответ на Low Performance for big hospital server ..  (amrit@health2.moph.go.th)
Ответы Re: Low Performance for big hospital server ..  (amrit@health2.moph.go.th)
Список pgsql-performance
On Sun, Jan 02, 2005 at 09:54:32AM +0700, amrit@health2.moph.go.th wrote:
> postgresql 7.3.2-1 with RH 9 on a mechine of 2 Xeon 3.0 Ghz and ram of 4 Gb.

You may want to try disabling hyperthreading, if you don't mind
rebooting.

> grew up to 3.5 Gb and there were more than 160 concurent connections.

Looks like your growing dataset won't fit in your OS disk cache any
longer. Isolate your most problematic queries and check out their
query plans. I bet you have some sequential scans that used to read
from cache but now need to read the disk. An index may help you.

More RAM wouldn't hurt. =)

 -Mike Adler

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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: Low Performance for big hospital server ..
Следующее
От: amrit@health2.moph.go.th
Дата:
Сообщение: Re: Low Performance for big hospital server ..