Re: Reducing overhead of frequent table locks

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Reducing overhead of frequent table locks
Дата
Msg-id BANLkTinCYnmzzH3WbtOdEc4NG-RKnyGOzg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Reducing overhead of frequent table locks  (Noah Misch <noah@leadboat.com>)
Ответы Re: Reducing overhead of frequent table locks
Список pgsql-hackers
On Fri, May 13, 2011 at 11:05 PM, Noah Misch <noah@leadboat.com> wrote:
> Incidentally, I used the term "local lock" because I assumed fast-path locks
> would still go through the lock manager far enough to populate the local lock
> table.  But there may be no reason to do so.

Oh, good point.  I think we probably WOULD need to update the local
lock lock hash table.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Brar Piening
Дата:
Сообщение: Re: Visual Studio 2010/Windows SDK 7.1 support
Следующее
От: Robert Haas
Дата:
Сообщение: Re: SSI-related code drift between index_getnext() and heap_hot_search_buffer()