Re: [WIP] shared row locks

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [WIP] shared row locks
Дата
Msg-id 18093.1112069885@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [WIP] shared row locks  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Ответы Re: [WIP] shared row locks  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Re: [WIP] shared row locks  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-patches
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> 1. To examine a tuple one must first call LockTuple, which grabs a pin
> and lock in the buffer.  The buffer lock is released right away, but the
> pin is kept.

Surely you don't mean that *every* access to a tuple now has to go
through the lock manager :-(.  Have you done any performance testing?

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: [WIP] shared row locks
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [WIP] shared row locks