Re: Should we cacheline align PGXACT?

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: Should we cacheline align PGXACT?
Дата
Msg-id CAPpHfdu1JZDRffLpU1DoqVKJ6YUEjjS6cgt47B9K2pP1cHo7Rw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Should we cacheline align PGXACT?  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: Should we cacheline align PGXACT?  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
On Fri, Aug 19, 2016 at 3:19 PM, Amit Kapila <amit.kapila16@gmail.com> wrote:
On Fri, Aug 19, 2016 at 11:42 AM, Alexander Korotkov
<a.korotkov@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?
>

may be test on Power m/c as well.

Good idea.  I don't have any such machine at hand now.  Do you have one?

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company 

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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: Should we cacheline align PGXACT?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Make better use of existing enums in plpgsql