Re: Should we cacheline align PGXACT?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Should we cacheline align PGXACT?
Дата
Msg-id 29160.1471718332@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Should we cacheline align PGXACT?  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [HACKERS] Should we cacheline align PGXACT?  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Wow, nice results.  My intuition on why PGXACT helped in the first place was that it minimized the number of cache
linesthat had to be touched to take a snapshot. Padding obviously would somewhat increase that again, so I can't quite
understandwhy it seems to be helping... any idea?
 

That's an interesting point.  I wonder whether this whole thing will be
useless or even counterproductive after (if) Heikki's CSN-snapshot patch
gets in.  I would certainly not mind reverting the PGXACT/PGPROC
separation if it proves no longer helpful after that.
        regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Should we cacheline align PGXACT?
Следующее
От: Noah Misch
Дата:
Сообщение: Re: PROPOSAL: make PostgreSQL sanitizers-friendly (and prevent information disclosure)