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

From: David Fetter <david(at)fetter(dot)org>
To: "Sergey A(dot)" <n39052(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to force PostgreSQL to use multiple cores within one connection?
Date: 2008-10-01 12:00:17
Message-ID: 20081001120017.GA23422@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Fetter 2008-10-01 12:17:19 Re: How to force PostgreSQL to use multiple cores within one connection?
Previous Message Richard Huxton 2008-10-01 11:37:11 Re: How to force PostgreSQL to use multiple cores within one connection?