Re: automatic REINDEX-ing - Mailing list pgsql-general

From Scott Marlowe
Subject Re: automatic REINDEX-ing
Date
Msg-id dcc563d10808120919gdc7f002q598c3df11d867b72@mail.gmail.com
Whole thread Raw
In response to Re: automatic REINDEX-ing  (William Garrison <postgres@mobydisk.com>)
List pgsql-general
On Tue, Aug 12, 2008 at 10:09 AM, William Garrison
<postgres@mobydisk.com> wrote:
> Tom Lane wrote:
>>
>> Joao Ferreira gmail <joao.miguel.c.ferreira@gmail.com> writes:
>>
>>>
>>> I executed REINDEX by hand and the disk ocupation imediatelly dropped 6
>>> Giga...!!!
>>>
>>
>>
>>>
>>> is there a way to configure postgres to automatically execute the needed
>>> REINDEXING (on indexes and tables) for a given database....
>>>
>>
>> Generally speaking, there shouldn't be a need for "automatic
>> reindexing".  What the above suggests is that you need more aggressive
>> routine vacuuming, so that you don't get into this situation in the
>> first place.
>>
>> BTW, "more aggressive routine vacuuming" does NOT mean "use vacuum full".
>> Vacuum full tends to make index bloat worse, not better.
>>
>
> So now that we know what that term does not mean, what does it mean?  Just
> doing it more often by adjusting the autovacuum parameters?

exactly.  Or running cronned vacuums on particular tables if they need
it more often.

pgsql-general by date:

Previous
From: William Garrison
Date:
Subject: Re: automatic REINDEX-ing
Next
From: William Garrison
Date:
Subject: Re: ftell error during pg_dump