Re: pg_reorg - Mailing list pgsql-general

From Vibhor Kumar
Subject Re: pg_reorg
Date
Msg-id 7D517F9B-20AF-4977-8CA1-B5849F182B7B@enterprisedb.com
Whole thread Raw
In response to Re: pg_reorg  (Jens Wilke <jens@wilke.org>)
Responses Re: pg_reorg
List pgsql-general
On Apr 19, 2011, at 3:40 AM, Jens Wilke wrote:

> yes, we used it to reduce massive bloat after a database split and
> were very satisfied.
> IIRC "vacuum full" mode rewrites the indexes as well.

Till 8.4 no. From 9.0 onwards yes. However VACUUM FULL still locks the table.


> There's a proposal about an alternative to pg_reorg on depesz' Blog:
> http://www.depesz.com/index.php/2010/10/17/reduce-bloat-of-table-without-longexclusive-locks/

For huge bloats, mentioned Method is slower.

Thanks & Regards,
Vibhor Kumar
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
vibhor.kumar@enterprisedb.com
Blog:http://vibhork.blogspot.com


pgsql-general by date:

Previous
From: Shawn Gennaria
Date:
Subject: Re: Migrating Data Across Major Versions
Next
From: Tomas Vondra
Date:
Subject: Re: Help - corruption issue?