Re: How to force PostgreSQL to use multiple cores within one connection?

From: Richard Huxton <dev(at)archonet(dot)com>
To: "Sergey A(dot)" <n39052(at)gmail(dot)com>
Cc: rod(at)iol(dot)ie, pgsql-general(at)postgresql(dot)org
Subject: Re: How to force PostgreSQL to use multiple cores within one connection?
Date: 2008-10-01 11:37:11
Message-ID: 48E360E7.9080803@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sergey A. wrote:

> I know that I can use a connection pooler to involve early created
> connections. Can poolers balance queries coming from my connection
> among a few physical connections to DB?

The pg_loader project might be of use to you.

http://pgfoundry.org/projects/pgloader/

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Fetter 2008-10-01 12:00:17 Re: How to force PostgreSQL to use multiple cores within one connection?
Previous Message Sergey A. 2008-10-01 11:20:23 Re: How to force PostgreSQL to use multiple cores within one connection?