Re: How to fast the REINDEX

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: How to fast the REINDEX
Дата
Msg-id 4BB37AE402000025000302C5@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: How to fast the REINDEX  (raghavendra t <raagavendra.rao@gmail.com>)
Ответы Re: How to fast the REINDEX  (raghavendra t <raagavendra.rao@gmail.com>)
Список pgsql-performance
raghavendra t <raagavendra.rao@gmail.com> wrote:

> overcome with a corrupted index.

If this is a one-time fix for a corrupted index, did you look at
CREATE INDEX CONCURRENTLY?  You could avoid any down time while you
fix things up.

http://www.postgresql.org/docs/8.4/interactive/sql-createindex.html

-Kevin

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

Предыдущее
От: raghavendra t
Дата:
Сообщение: Re: How to fast the REINDEX
Следующее
От: raghavendra t
Дата:
Сообщение: Re: How to fast the REINDEX