Re: Move PinBuffer and UnpinBuffer to atomics

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: Move PinBuffer and UnpinBuffer to atomics
Дата
Msg-id CAKJS1f9SzMBghNxHFZ+Sm70=nWgcovwX_cFnQEs7L1Rvq5mL=A@mail.gmail.com
обсуждение исходный текст
Ответ на Move PinBuffer and UnpinBuffer to atomics  (YUriy Zhuravlev <u.zhuravlev@postgrespro.ru>)
Ответы Re: Move PinBuffer and UnpinBuffer to atomics  (YUriy Zhuravlev <u.zhuravlev@postgrespro.ru>)
Список pgsql-hackers
On 11 September 2015 at 22:23, YUriy Zhuravlev <u.zhuravlev@postgrespro.ru> wrote:

Without patch we have 417523 TPS and with patch 965821 TPS for big x86 server.
All details here: https://gist.github.com/stalkerg/773a81b79a27b4d5d63f


Impressive!

I've run this on a single CPU server and don't see any speedup, so I assume I'm not getting enough contention.
As soon as our 4 socket machine is free I'll try a pgbench run with that.

Just for fun, what's the results if you use -M prepared ?

Regards

David Rowley

--
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services
 

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Move PinBuffer and UnpinBuffer to atomics
Следующее
От: Andres Freund
Дата:
Сообщение: Re: WIP: Make timestamptz_out less slow.