Re: Postgres refusing to use >1 core

From: David Boreham <david_list(at)boreham(dot)org>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Postgres refusing to use >1 core
Date: 2011-05-12 04:25:45
Message-ID: 4DCB6149.8070907@boreham.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 5/11/2011 9:17 PM, Aren Cambre wrote:
>
> So here's what's going on.
>
<snip>

If I were doing this, considering the small size of the data set, I'd
read all the data into memory.
Process it entirely in memory (with threads to saturate all the
processors you have).
Then write the results to the DB.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Sethu Prasad 2011-05-12 07:18:34 Re: DBT-5 & Postgres 9.0.3
Previous Message Robert Haas 2011-05-12 03:38:39 Re: tuning on ec2