Re: Postgres refusing to use >1 core

From: Aren Cambre <aren(at)arencambre(dot)com>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Postgres refusing to use >1 core
Date: 2011-05-09 21:50:45
Message-ID: BANLkTikSMFb7f8YLDrb47GLHn11GhQsKQg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

>
> Are you sure you are really using > 1 connection? While your test is
> running, log onto postgres with psql and grab the output of
> pg_stat_activity a few times. What do you see?
>

Thanks. If a connection corresponds to a process, then this suggests I am
using 1 connection for my main thread, and all the threads it spawns are
sharing another connection.

Aren

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Aren Cambre 2011-05-09 21:52:36 Re: Postgres refusing to use >1 core
Previous Message Kevin Grittner 2011-05-09 21:45:51 Re: Postgres refusing to use >1 core