Disable an index temporarily

Поиск
Список
Период
Сортировка
От Torsten Förtsch
Тема Disable an index temporarily
Дата
Msg-id 5352E1BC.9080000@gmx.net
обсуждение исходный текст
Ответы Re: Disable an index temporarily  (Sergey Konoplev <gray.ru@gmail.com>)
Re: Disable an index temporarily  (Rajeev rastogi <rajeev.rastogi@huawei.com>)
Список pgsql-general
Hi,

an index can be INVALID (pg_index.indisvalid=false).

I want to temporarily disable an index so that it won't be used to
access data but will still be updated.

Can I simply set pg_index.indisvalid=false and later turn it true again?

Thanks,
Torsten


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

Предыдущее
От: Marc Mamin
Дата:
Сообщение: Re: Could use some advice on search architecture
Следующее
От: Robin
Дата:
Сообщение: Re: Could use some advice on search architecture