Re: building a server - Mailing list pgsql-general

From John R Pierce
Subject Re: building a server
Date
Msg-id 945c35ff-5744-9440-c024-da9fbf6049ee@hogranch.com
Whole thread Raw
In response to Re: building a server  (Rob Sargent <robjsargent@gmail.com>)
List 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



pgsql-general by date:

Previous
From: Rob Sargent
Date:
Subject: Re: building a server
Next
From: hvjunk
Date:
Subject: Re: building a server