Re: Disabling an index temporarily

Поиск
Список
Период
Сортировка
От Julien Rouhaud
Тема Re: Disabling an index temporarily
Дата
Msg-id 566BFE82.5010401@dalibo.com
обсуждение исходный текст
Ответ на Re: Disabling an index temporarily  (Albe Laurenz <laurenz.albe@wien.gv.at>)
Ответы Re: Disabling an index temporarily  (Tatsuo Ishii <ishii@postgresql.org>)
Список pgsql-hackers
On 12/12/2015 11:42, Albe Laurenz wrote:
> Tatsuo Ishii wrote:
>>> Wouldn't something like:
>>>
>>> ALTER INDEX foo SET DISABLED;
>>>
>>> See more in line with our grammar?
>>
>> But this will affect other sessions, no?
> 
> Not if it is used in a transaction that ends with a ROLLBACK,
> but then you might as well use DROP INDEX, except
> that DROP INDEX takes an access exclusive lock.
> 
> Yours,
> Laurenz Albe
> 

Oleg and Teodor announced some time ago an extension for this exact use
case, see
http://www.postgresql.org/message-id/Pine.LNX.4.64.0910062354510.6801@sn.sai.msu.ru

This also has the advantage of not needing an exclusive lock on the index.


-- 
Julien Rouhaud
http://dalibo.com - http://dalibo.org



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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Logical replication and multimaster
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Disabling an index temporarily