Re: How to force PostgreSQL to use multiple cores within one connection? - Mailing list pgsql-general

From David Fetter
Subject Re: How to force PostgreSQL to use multiple cores within one connection?
Date
Msg-id 20081001120017.GA23422@fetter.org
Whole thread Raw
In response to How to force PostgreSQL to use multiple cores within one connection?  ("Sergey A." <n39052@gmail.com>)
List pgsql-general
On Wed, Oct 01, 2008 at 03:44:40AM -0700, Sergey A. wrote:
> Hello.
>
> My application generates a large amount of inserts (~ 2000 per
> second) using one connection to PostgreSQL.  All queries are
> buffered in memory and then the whole buffers are send to DB.

Are you using COPY?  If not, start there :)

Cheers,
David.
--
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: How to force PostgreSQL to use multiple cores within one connection?
Next
From: David Fetter
Date:
Subject: Re: How to force PostgreSQL to use multiple cores within one connection?