Re: [HACKERS] Fix performance of generic atomics - Mailing list pgsql-hackers

From Sokolov Yura
Subject Re: [HACKERS] Fix performance of generic atomics
Date
Msg-id 10b4ca44e7356eea73902363f2a85f3f@postgrespro.ru
Whole thread Raw
In response to Re: [HACKERS] Fix performance of generic atomics  (Sokolov Yura <funny.falcon@postgrespro.ru>)
List pgsql-hackers
On 2017-09-06 14:54, Sokolov Yura wrote:
> On 2017-09-06 07:23, Tom Lane wrote:
>> Jeff Janes <jeff.janes@gmail.com> writes:
>>> What scale factor and client count? How many cores per socket?  It 
>>> looks
>>> like Sokolov was just starting to see gains at 200 clients on 72 
>>> cores,
>>> using -N transaction.
>> This means that Sokolov's proposed changes in atomics/generic.h
>> ought to be uninteresting for performance on any platform we care 
>> about --- at
>> least for pg_atomic_fetch_add_u32().
> 
> May I cite you this way:

I apologize for tone of my previous message.
My tongue is my enemy.

-- 
Sokolov Yura aka funny_falcon
Postgres Professional: https://postgrespro.ru
The Russian Postgres Company



pgsql-hackers by date:

Previous
From: Jeevan Ladhe
Date:
Subject: Re: [HACKERS] Adding support for Default partition in partitioning
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] document and use SPI_result_code_string()