aboutsummaryrefslogtreecommitdiff
path: root/databases/pg_repack/pkg-descr
blob: 1d03b73a2dfb43174c93de737bb9b959290b5de8 (plain) (blame)
1
2
3
4
5
6
7
Pg_repack is a PostgreSQL extension which lets you remove bloat from tables and
indexes, and optionally restore the physical order of clustered indexes. Unlike
CLUSTER and VACUUM FULL it works online, without holding an exclusive lock on
the processed tables during processing. pg_repack is efficient to boot, with
performance comparable to using CLUSTER directly.

WWW: https://github.com/reorg/pg_repack