Re: select for update & lock contention

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: select for update & lock contention
Дата
Msg-id 25109.1083845507@sss.pgh.pa.us
обсуждение исходный текст
Ответ на select for update & lock contention  ("Ed L." <pgsql@bluepolka.net>)
Ответы Re: select for update & lock contention  ("Ed L." <pgsql@bluepolka.net>)
Список pgsql-general
"Ed L." <pgsql@bluepolka.net> writes:
> I think I'm seeing table-level lock contention in the following function

I think you're barking up the wrong tree entirely.  There's nothing in
that function that would acquire a conflicting table lock.

I'm wondering about foreign key lock contention, myself.  Look to what
the DELETE must do.

            regards, tom lane

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

Предыдущее
От: "Ed L."
Дата:
Сообщение: Re: select for update & lock contention
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Load Balancing and Backup