Reorganize tables in PostgreSQL databases without any locks
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. Please check the documentation (in the doc directory or online) for installation and usage instructions.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.4.6-5.fc36 | - |
Fedora 35 | 1.4.6-3.fc35 | - |
Fedora 34 | 1.4.6-1.fc34 | - |
You can contact the maintainers of this package via email at
pg_repack dash maintainers at fedoraproject dot org
.