Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2017 10:37:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 219679] [NEW PORT] databases/pg_repack: Reorganize tables in PostgreSQL databases with minimal locks
Message-ID:  <bug-219679-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219679

            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@FreeBSD.org
          Reporter: amutu@amutu.com

Created attachment 183093
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D183093&action=
=3Dedit
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. Un=
like
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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219679-13>