Re: database connections and presenting data on the web

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: database connections and presenting data on the web
Date: 2010-03-18 21:14:42
Message-ID: 4BA297C2.6020003@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Yeb Havinga wrote:
> 3. Like 1 but with the use of a connection pooler like pgpool. Not
> sure if pgpool supports asynchronous queries, but that would help as
> well by pulling data from the 13 databases in parallel instead of
> serial: get the queries onto the 13 servers without waiting for
> results, then as soon as data is ready, get results and display.

of course, you'd need a separate pool for each database.

then there's

4... use dblink to query these other databases from within one
master one.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2010-03-18 22:50:19 Many-to-many problem
Previous Message Juan Nunez 2010-03-18 20:48:09 Error de postgres con lenguaje C