[Bug 219679] [NEW PORT] databases/pg_repack: Reorganize tables in PostgreSQL databases with minimal locks
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 31 10:37:33 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219679
Bug ID: 219679
Summary: [NEW PORT] databases/pg_repack: Reorganize tables in
PostgreSQL databases with minimal locks
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: amutu at amutu.com
Created attachment 183093
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183093&action=edit
pg_repack.shar
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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list