Re: ACCESS EXCLUSIVE LOCK

Поиск
Список
Период
Сортировка
От Andrew - Supernews
Тема Re: ACCESS EXCLUSIVE LOCK
Дата
Msg-id slrne0dvo7.5md.andrew+nonews@atlantis.supernews.net
обсуждение исходный текст
Ответ на ACCESS EXCLUSIVE LOCK  (seth.m.green@gmail.com)
Ответы Re: ACCESS EXCLUSIVE LOCK  (seth.m.green@gmail.com)
Список pgsql-hackers
On 2006-03-02, seth.m.green@gmail.com <seth.m.green@gmail.com> wrote:
>> TRUNCATE is another command that takes an access exclusive lock.
>
> The whole SP takes about 10 seconds to run total.  The TRUNCATE command
> only takes less than a second.  However, the access exclusive lock is
> held throughout the entire SP, not just during the execution of the
> TRUNCATE command. Shouldn't TRUNCATE be releasing the lock as soon as
> it finishes?

No, locks are always held until the end of the transaction.

-- 
Andrew, Supernews
http://www.supernews.com - individual and corporate NNTP services


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Automatic free space map filling
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] Interval subtracting