Re: Postgres refusing to use >1 core - Mailing list pgsql-performance

From Aren Cambre
Subject Re: Postgres refusing to use >1 core
Date
Msg-id BANLkTikSMFb7f8YLDrb47GLHn11GhQsKQg@mail.gmail.com
Whole thread Raw
In response to Re: Postgres refusing to use >1 core  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: Postgres refusing to use >1 core  (Merlin Moncure <mmoncure@gmail.com>)
List 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

pgsql-performance by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Postgres refusing to use >1 core
Next
From: Aren Cambre
Date:
Subject: Re: Postgres refusing to use >1 core