understanding pg_locks

Поиск
Список
Период
Сортировка
От Ben Chobot
Тема understanding pg_locks
Дата
Msg-id B54E1C33-ACCF-45AF-9E00-CF08B131FFBD@silentmedia.com
обсуждение исходный текст
Ответы Re: understanding pg_locks
Список pgsql-general
We recently had an issue where a misbehaving application was running a long transaction that modified a bunch of rows,
andthis was holding up other transactions that wanted to do similar modifications. No surprising there. But what I'm
unclearof is how this was showing up in pg_locks. The blocked transactions were all waiting on the transactionid of the
long-runningtransaction, not any particular relation or tuple. Why doesn't pg_locks show the actual blockage? Isn't
thatwhat MVCC is good for? 

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: counterintuitive behaviour in pl/pgsql
Следующее
От: Björn Häuser
Дата:
Сообщение: Re: counterintuitive behaviour in pl/pgsql