Re: Reducing some DDL Locks to ShareLock

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Reducing some DDL Locks to ShareLock
Дата
Msg-id 603c8f070810070740y1133e3f9q23f254f7617a422b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Reducing some DDL Locks to ShareLock  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
>> Urk... this seems pretty undesirable.
>
> OK, but please say what behaviour you would like in its place.
>
> Or are you saying you dislike this so much that you would prefer not to
> be able to run ALTER TABLE concurrently?

Personally, yes.  I work mostly with small databases where ease of
management is a lot more important than increased concurrency, and
"constraints almost always have unique names but you're not allowed to
rely on that in any queries or code because there is this one wierd
case that you probably will never hit where it might not be true"
doesn't sound like ease of management to me.  However, I hope we're
not forced into that choice, because this sounds like a great feature
otherwise.

....Robert


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: doubts about toast_flatten_tuple_attribute/heap_form_tuple
Следующее
От: "Robert Haas"
Дата:
Сообщение: Re: [PATCHES] Infrastructure changes for recovery