Re: Question on hardware & server capacity

From: "Steve Wolfe" <nw(at)codon(dot)com>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Question on hardware & server capacity
Date: 2003-01-02 20:59:19
Message-ID: 006401c2b2a1$d322fec0$88693fd1@WEASEL
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> So an average backend only processes ~ 5 queries before exiting?
>

> 7.3 has reduced some of those startup costs a little, so if you're still
> on 7.2 then an update might help. But I'd strongly recommend getting
> connection re-use in place before you go off and buy hardware.

I've been fooling around with some connection pooling, and it hasn't
make the sort of difference we're looking for. Going from 3 queries per
back-end to 100 queries per backend made only about a 20% difference.
While that's nothing to scoff at, we're looking for at least a 100%
improvement. Either way, the connection pooling WILL be put in place, but
I'm certainly not counting on it preventing the need for a hardware
upgrade.

steve

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Hilmar Lapp 2003-01-02 21:03:54 Re: join over 12 tables takes 3 secs to plan
Previous Message Neil Conway 2003-01-02 20:41:24 Re: join over 12 tables takes 3 secs to plan