Re: simple question

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: simple question
Дата
Msg-id 20031113223847.GB23638@wolff.to
обсуждение исходный текст
Ответ на Re: simple question  ("Rick Gigger" <rick@alpinenetworking.com>)
Список pgsql-general
On Thu, Nov 13, 2003 at 12:06:05 -0700,
  Rick Gigger <rick@alpinenetworking.com> wrote:
>
> Is REINDEX something that needs to be done on a periodic basis?

In version prior to 7.4 some patterns of use will require periodic
reindexing. The problem case is when the index column monoticly
increases (or decreases) and old values eventually get deleted.
In this case the index blocks for the deleted values don't get
reused and the size of the index will continually grow.

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

Предыдущее
От: Josué Maldonado
Дата:
Сообщение: Re: Determine if a string is digit
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: More Praise for 7.4RC2