Re: When do vacuumed pages/tuples become available for reuse?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: When do vacuumed pages/tuples become available for reuse?
Дата
Msg-id 20190412051454.GN2144@paquier.xyz
обсуждение исходный текст
Ответ на Re: When do vacuumed pages/tuples become available for reuse?  (Michael Lewis <mlewis@entrata.com>)
Список pgsql-general
On Thu, Apr 11, 2019 at 10:39:12PM -0600, Michael Lewis wrote:
> You can create (concurrently) an identical index with a new name, then drop
> old version concurrently and repeat for each. It doesn't help you figure
> out the root cause and how to prevent it from happening again, but gets you
> to a fresh start at least.

Please note that Postgres 12 has added support for REINDEX
concurrently.  A huge advantage of that is the possibility to work on
indexes with constraints.
--
Michael

Вложения

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

Предыдущее
От: Michael Lewis
Дата:
Сообщение: Re: When do vacuumed pages/tuples become available for reuse?
Следующее
От: rihad
Дата:
Сообщение: Re: When do vacuumed pages/tuples become available for reuse?