Re: Index bloat problem? - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Index bloat problem?
Date
Msg-id 200504211656.18324.josh@agliodbs.com
Whole thread Raw
In response to Re: Index bloat problem?  (Bill Chandler <billybobc1210@yahoo.com>)
List pgsql-performance
Bill,

> If I deleted 75% of the rows but had a max_fsm_pages
> setting that still exceeded the pages required (as
> indicated in VACUUM output), would that solve my
> indexing problem or would I still need to REINDEX
> after such a purge?

Depends on the performance you're expecting.    The FSM relates the the re-use
of nodes, not taking up free space.   So after you've deleted 75% of rows,
the index wouldn't shrink.  It just wouldn't grow when you start adding rows.

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: Bill Chandler
Date:
Subject: Re: Index bloat problem?
Next
From: John A Meinel
Date:
Subject: Re: Index bloat problem?