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 20081001121719.GB23422@fetter.org
Whole thread Raw
In response to How to force PostgreSQL to use multiple cores within one connection?  ("Sergey A." <n39052@gmail.com>)
Responses Re: 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 05:13:59AM -0700, Sergey A. wrote:
> Hello.
>
> > Are you using COPY?  If not, start there :)
>
> I'm new to PostgreSQL. No, I'm not using COPY =) Are you about
> http://www.postgresql.org/docs/8.3/interactive/sql-copy.html (COPY --
> copy data between a file and a table)?

You can use it for whatever you're generating.

> Sorry, I don't understand how COPY can help me to force PostgreSQL
> to use multiple cores when processing my queries.

Multiple cores are not the solution to your problem here, but COPY
almost certainly is :)

Cheers,
David.
> --
> Sergey
>
> P.S. My application and DB can be placed on diferent hosts.

--
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: David Fetter
Date:
Subject: Re: How to force PostgreSQL to use multiple cores within one connection?
Next
From: "Sergey A."
Date:
Subject: Re: How to force PostgreSQL to use multiple cores within one connection?