pg_repack Development Team is announcing that pg_repack with version number 1.3.2 is already available to download.
What is pg_repack ?
pg_repack is A PostgreSQL extension that lets database administrators reorganize and restructure tables and indexes, helping cut down the database size .
pg_repack is an unofficial fork from the now abandoned pg_org project.As the original pg_org extension, pg_repack does not lock any tables when moving data around and can be used to optimize production level databases.pg_repack comes with three distinct methods for reorganizing the table and one specific method for restructuring the indexes.
This is changelog for pg_repack version 1.3.2 :
- Added –tablespace and –moveidx options to perform online SET TABLESPACE.
- Added –index to repack indexes only.
- Added –jobs option for parallel operation.
- Don’t require –no-order to perform a VACUUM FULL on non-clustered tables.
You can read the complete changelog and also download this latest version on their homepage: reorg.github.com