On Thu, Sep 23, 2004 at 09:23:51PM -0400, Jason Coene wrote:
> I ran some previous queries to get pgpool to pre-establish all the
> connections, and ab ran for a few minutes (with one query per page, eek!).
> It was still exhibiting the same problems as before. While so many new
> connections at once can surely make the problem worse (and pgpool will
> surely help there), shouldn't this prove that it's not the only issue?
> Any ideas?
Now that your connections are persistent, you may benefit from using
PREPAREd queries.
-Mike