Re: WIP patch for latestCompletedXid method of computing snapshot xmax

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: WIP patch for latestCompletedXid method of computing snapshot xmax
Дата
Msg-id 878x7i0vx1.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на WIP patch for latestCompletedXid method of computing snapshot xmax  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: WIP patch for latestCompletedXid method of computing snapshot xmax  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
"Tom Lane" <tgl@sss.pgh.pa.us> writes:

> This patch implements Florian's idea about how to manage snapshot xmax
> without the ugly and performance-losing tactic of taking XidGenLock and
> ProcArrayLock at the same time.  I had to do a couple of slightly klugy
> things to get bootstrap and prepared transactions to work, but on the
> whole it seems at least as clean as the code we have now.  Comments?

Just that it will be fascinating to see what effects this has on the
benchmarks.


--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: WIP patch for latestCompletedXid method of computing snapshot xmax
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: HOT patch - version 15