View Single Post

   
  #9 (permalink)  
Old 04-24-2008, 06:16 PM
Scott Marlowe
 
Posts: n/a
Default Re: CPU bound at 99%

On Tue, Apr 22, 2008 at 10:10 AM, Bryan Buecking <buecking@gmail.com> wrote:
>
> I agree, but the number of idle connections dont' seem to affect
> performace only memory usage. I'm trying to lessen the load of
> connection setup. But sounds like this tax is minimal?


Not entirely true. There are certain things that happen that require
one backend to notify ALL OTHER backends. when this happens a lot,
then the system will slow to a crawl.

--
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

Reply With Quote