On Aug 19, 2016, at 2:12 AM, Alexander Korotkov <a.korot...@postgrespro.ru> 
wrote:
> Hackers,
> 
> originally this idea was proposed by Andres Freund while experimenting with 
> lockfree Pin/UnpinBuffer [1].
> The patch is attached as well as results of pgbench -S on 72-cores machine.  
> As before it shows huge benefit in this case.
> For sure, we should validate that it doesn't cause performance regression in 
> other cases.  At least we should test read-write and smaller machines.
> Any other ideas?

Wow, nice results.  My intuition on why PGXACT helped in the first place was 
that it minimized the number of cache lines that had to be touched to take a 
snapshot. Padding obviously would somewhat increase that again, so I can't 
quite understand why it seems to be helping... any idea?

...Robert

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to