Re: concurrent SELECT blocking ALTER?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: concurrent SELECT blocking ALTER?
Дата
Msg-id 52E98187.2070907@gmx.net
обсуждение исходный текст
Ответ на concurrent SELECT blocking ALTER?  (Neil Harkins <nharkins@gmail.com>)
Ответы Re: concurrent SELECT blocking ALTER?
Список pgsql-general
On 1/29/14, 4:59 PM, Neil Harkins wrote:
> Why are those exclusive locks present?
> Can't the database rely on mvcc for those reads
> without locking? The autocommit should be
> increasing the xid used for the reads, so the
> ALTER should be able to slip in-between?

One would think so, but it's more complicated.  There is a long thread
on pgsql-hackers spreading over many months that discusses the
intricacies of reducing the strength of the locks taken by DDL commands.
 This is being addressed, but at the moment most DDL commands take
exclusive locks.



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

Предыдущее
От: Neil Harkins
Дата:
Сообщение: concurrent SELECT blocking ALTER?
Следующее
От: Neil Harkins
Дата:
Сообщение: Re: concurrent SELECT blocking ALTER?