Name: | pg_repack |
---|---|
Version: | 1.4.6 |
Release: | 3.module+el8.9.0+90098+1560b6c2 |
Architecture: | x86_64 |
Module: | postgresql:13:8090020231114113712:b46abd14 postgresql:13:8090020240226080128:bd1311ed postgresql:13:8100020240814102212:489197e6 postgresql:13:8100020241122084628:489197e6 |
Group: | Unspecified |
Size: | 358484 |
License: | BSD |
RPM: | pg_repack-1.4.6-3.module+el8.9.0+90098+1560b6c2.x86_64.rpm |
Source RPM: | pg_repack-1.4.6-3.module+el8.9.0+90098+1560b6c2.src.rpm |
Build Date: | Thu Nov 30 2023 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://reorg.github.io/pg_repack/ |
Summary: | Reorganize tables in PostgreSQL databases without any locks |
Description: | 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. |