Re: TRUNCATE locking problem

Поиск
Список
Период
Сортировка
От Joe Maldonado
Тема Re: TRUNCATE locking problem
Дата
Msg-id 42DFADEB.9010708@webehosting.biz
обсуждение исходный текст
Ответ на Re: TRUNCATE locking problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane wrote:

>Joe Maldonado <jmaldonado@webehosting.biz> writes:
>
>
>>While researching this locking issue I got some of the logs and found
>>that in one of the cases there was a SELECT running for a long time,
>>about 2 hours.  This select statement does not usually take more than a
>>few seconds though, it appeared that TRUNCATE was waiting on it to
>>finish before continuing.
>>
>>
>
>
>
>>The SELECT statement in question contains a sub SELECT in the FROM
>>clause which in turn is joining with a view that contains the table
>>which TRUNCATE is being executed against.
>>
>>
>
>
>
>>Is it possible that the SELECT was issues just before the TRUNCATE
>>statement was issues and the view in the sub SELECT was waiting on
>>TRUNCATE's lock?
>>
>>
>
>No.  That would be a deadlock and would be reported as such.
>
>            regards, tom lane
>
>

Again many thanks :)

- Joe Maldonado

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: TRUNCATE locking problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Wishlist?