reducing the overhead of frequent table locks, v4

Поиск
Список
Период
Сортировка
От Robert Haas
Тема reducing the overhead of frequent table locks, v4
Дата
Msg-id BANLkTimb1tdHeXmBVbaxpFEww9X4XT01qw@mail.gmail.com
обсуждение исходный текст
Ответы Re: reducing the overhead of frequent table locks, v4  (Thom Brown <thom@linux.com>)
Re: reducing the overhead of frequent table locks, v4  (Jeff Davis <pgsql@j-davis.com>)
Re: reducing the overhead of frequent table locks, v4  (Jeff Davis <pgsql@j-davis.com>)
Re: reducing the overhead of frequent table locks, v4  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
I didn't get a lot of comments on my the previous version of my patch
to accelerate table locks.

http://archives.postgresql.org/pgsql-hackers/2011-06/msg00953.php

Here's a new version anyway.  In this version, I have:

1. Made pg_locks show fast-path locks as well as regular locks, with a
new Boolean column to distinguish.
2. Renamed fpLWLock to backendLock, on the belief that we're going to
want something like this for quite a bit more than just this one
patch.
3. Removed some debugging code.

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

Вложения

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Optimizing box_penalty (Re: WIP: Fast GiST index build)
Следующее
От: Robert Haas
Дата:
Сообщение: Re: libpq SSL with non-blocking sockets