Re: building a server - Mailing list pgsql-general

From Rob Sargent
Subject Re: building a server
Date
Msg-id 955fd3cd-90f7-e744-cd82-c72aada1115d@gmail.com
Whole thread Raw
In response to Re: building a server  (John R Pierce <pierce@hogranch.com>)
Responses Re: building a server
Re: building a server
List pgsql-general
On 12/03/2017 02:15 PM, John R Pierce wrote: > On 12/3/2017 12:47 PM, Gmail wrote: >> So I revisited https://momjian.us/main/writings/pgsql/hw_selection.pdf >> Near the end (page 24) I spotted: >> Heavy use of server-side functions might generate significant CPU load >> >> Just want to confirm that this referring to workload on the >> mainly-single-threaded server not an advocacy for more cores. >> > well, if you have significant concurrency with high CPU usage, you > want both more AND faster cores > > > -- > john r pierce, recycling bits in santa cruz 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.

pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: building a server
Next
From: John R Pierce
Date:
Subject: Re: building a server