Re: index question.. - Mailing list pgsql-general

From scott.marlowe
Subject Re: index question..
Date
Msg-id Pine.LNX.4.33.0211131019420.31179-100000@css120.ihs.com
Whole thread Raw
In response to Re: index question..  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
List 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 by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: Upgrade to dual processor machine?
Next
From: "scott.marlowe"
Date:
Subject: Re: index question..