mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
c94f993a8a
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 PR: 219679 Submitted by: Jov <amutu@amutu.com>
8 lines
406 B
Plaintext
8 lines
406 B
Plaintext
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
|