Re: building a server

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: building a server
Date: 2017-12-03 21:45:48
Message-ID: 945c35ff-5744-9440-c024-da9fbf6049ee@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/3/2017 1:39 PM, Rob Sargent wrote:
> Granted! I suppose I'm looking for confirmation/correction on
> believing that for the server to make use of multiple cores is more
> dependent on the nature of the queries handled.  Concurrency should
> not be a huge problem for this project, though I've put pieces in
> place to mitigate that issue.

a single connection will only ever use more than one core if its
explicitly doing concurrent query.

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message hvjunk 2017-12-03 22:17:36 Re: building a server
Previous Message Rob Sargent 2017-12-03 21:39:00 Re: building a server