Re: REINDEX not working for wastedspace

From: Reid Thompson <Reid(dot)Thompson(at)ateb(dot)com>
To: AI Rumman <rummandba(at)gmail(dot)com>
Cc: reid(dot)thompson(at)ateb(dot)com, pgsql-performance(at)postgresql(dot)org
Subject: Re: REINDEX not working for wastedspace
Date: 2011-09-21 12:21:20
Message-ID: 1316607691.17526.60.camel@raker.ateb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, 2011-09-21 at 13:01 +0600, AI Rumman wrote:
> I am using Postgresql 9.0.1.
>

> I REINDEXED both the indexes and table, but I did not find any change
> in wastedspace or wastedispace.
> Could you please tell me why?

you need to

1) either vacuum full or cluster the table
2) analyze the table
3) check bloat again

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Guillaume Cottenceau 2011-09-21 12:43:07 Show_database_bloat reliability? [was: Re: REINDEX not working for wastedspace]
Previous Message AI Rumman 2011-09-21 07:10:30 Re: REINDEX not working for wastedspace