Re: Deferred constraints and locks...

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: Deferred constraints and locks...
Дата
Msg-id 47B30988.3070905@Yahoo.com
обсуждение исходный текст
Ответ на Re: Deferred constraints and locks...  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Deferred constraints and locks...
Список pgsql-general
On 2/12/2008 3:04 PM, Tom Lane wrote:
> Nathan Wilhelmi <wilhelmi@ucar.edu> writes:
>> Hello - Trying to track down a lock contention problem, I have a process
>> that does a series of select / insert operations. At some point the
>> process grabs a series of RowExclusiveLock(s) and has the obvious effect
>> of stalling other processes. I logged all the statements and don't see
>> any for update or explicit lock statements.
>
> Insert statements would naturally take RowExclusiveLock, but that
> doesn't block other DML operations.  So the question is what *else*
> are you doing?

Those SELECT statements aren't by chance FOR UPDATE, are they?


Jan

--
Anyone who trades liberty for security deserves neither
liberty nor security. -- Benjamin Franklin


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

Предыдущее
От: Koen Vermeer
Дата:
Сообщение: Re: Storing images as BYTEA or large objects
Следующее
От: Reece Hart
Дата:
Сообщение: Re: dynamic crosstab