Re: refusing connections based on load ...

Поиск
Список
Период
Сортировка
От ncm@zembu.com (Nathan Myers)
Тема Re: refusing connections based on load ...
Дата
Msg-id 20010424223616.A2467@store.zembu.com
обсуждение исходный текст
Ответ на Re: Re: Re: refusing connections based on load ...  (The Hermit Hacker <scrappy@hub.org>)
Ответы Re: Re: refusing connections based on load ...  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
On Tue, Apr 24, 2001 at 11:28:17PM -0300, The Hermit Hacker wrote:
> I have a Dual-866, 1gig of RAM and strip'd file systems ... this past
> week, I've hit many times where CPU usage is 100%, RAM is 500Meg free and
> disks are pretty much sitting idle ...

Assuming "strip'd" above means "striped", it strikes me that you
might be much better off operating the drives independently, with
the various tables, indexes, and logs scattered each entirely on one 
drive.  That way the heads can move around independently reading and 
writing N blocks, rather than all moving in concert reading or writing 
only one block at a time.  (Striping the WAL file on a couple of raw 
devices might be a good idea along with the above.  Can we do that?)

But of course speculation is much less useful than trying it.  Some 
measurements before and after would be really, really interesting
to many of us.

Nathan Myers
ncm@zembu.com


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

Предыдущее
От: Lincoln Yeoh
Дата:
Сообщение: Re: Re: Re: refusing connections based on load ...
Следующее
От: Mike Mascari
Дата:
Сообщение: Any optimizations to the join code in 7.1?