Re: REINDEX requirement?

Поиск
Список
Период
Сортировка
От Josh Kupershmidt
Тема Re: REINDEX requirement?
Дата
Msg-id AANLkTi=UgFfDiZpcrcuwjJQH-vx6_A0ciWzS31J8__vH@mail.gmail.com
обсуждение исходный текст
Ответ на REINDEX requirement?  (AI Rumman <rummandba@gmail.com>)
Список pgsql-general
On Tue, Nov 9, 2010 at 4:26 AM, AI Rumman <rummandba@gmail.com> wrote:
> How do I know that index require REINDEX?

Well, the REINDEX page:
  <http://www.postgresql.org/docs/current/static/sql-reindex.html>

gives a few examples of why you might need to reindex. I think the
most common reason would probably be due to index bloat. See
  <http://wiki.postgresql.org/wiki/Index_Maintenance>

under "Index Bloat" for links to some handy queries to see whether
your tables and/or indexes suffer bloat.

Josh

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Porting from MS Access 2007 to PostgreSQL
Следующее
От: Scott Ribe
Дата:
Сообщение: Re: Why facebook used mysql ?