Re: [PERFORMANCE] Stored Procedures - Mailing list pgsql-performance

From Frank Wiles
Subject Re: [PERFORMANCE] Stored Procedures
Date
Msg-id 20060123112526.1ee25dcd.frank@wiles.org
Whole thread Raw
In response to Re: [PERFORMANCE] Stored Procedures  ("Dave Dutcher" <dave@tridecap.com>)
List pgsql-performance
On Mon, 23 Jan 2006 10:23:17 -0600
"Dave Dutcher" <dave@tridecap.com> wrote:

> I don't think pgpool is what you need.  If I understand pgpool
> correctly, pgpool lets you pool multiple postgres servers together.
> You are just looking for database connection pooling.

  While pgpool can let you pool together multiple backend servers,
  it also functions well as just a connection pooling device with
  only one backend.

 ---------------------------------
   Frank Wiles <frank@wiles.org>
   http://www.wiles.org
 ---------------------------------


pgsql-performance by date:

Previous
From: "Dave Dutcher"
Date:
Subject: Re: [PERFORMANCE] Stored Procedures
Next
From: Tom Lane
Date:
Subject: Re: Slow queries consisting inner selects and order bys & hack to speed up