Re: index question..

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: index question..
Дата
Msg-id Pine.LNX.4.33.0211131019420.31179-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: index question..  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Список pgsql-general
On Wed, 13 Nov 2002, Shridhar Daithankar wrote:

> On 13 Nov 2002 at 5:56, Williams, Travis L, NPONS wrote:
>
> > Do indexs need to be dropped/recreated or reindex'd or something to keep them current?
>
> AFAIU, indexes will keep themselves current but dropping and  recreating them
> wokrs like vacuum on indexes. IIRC vacuum does not recover deleted index space.
>
> Correct me if I am wring..

Very close.  The problem is that deleted index space should be recovered
but sometimes isn't when there are massive amounts of updates at once or
between vacuums.

There is some generally held belief that increasing the FSM settings in
postgresql.conf can help this situation.


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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Upgrade to dual processor machine?
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: index question..