reorg / pg_repack

Reorganize tables in PostgreSQL databases with minimal locks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage without client?

lcmgh opened this issue · comments

Can I also trigger pg_repack cmds directly from the databases?

No, pg_repack requires parallel connections to the database.

Unlike https://github.com/cybertec-postgresql/pg_squeeze pg_repack requires running a client application.