Skip to content

Instantly share code, notes, and snippets.

@rsyuzyov
Last active September 10, 2024 15:43
Show Gist options
  • Save rsyuzyov/2fb984c349e377f468425f016ad018c1 to your computer and use it in GitHub Desktop.
Save rsyuzyov/2fb984c349e377f468425f016ad018c1 to your computer and use it in GitHub Desktop.
pgcompacttable
apt install libdbi-perl libdbd-pg-perl -y
su postgres
psql: create extension pgstattuple;
wget https://raw.githubusercontent.com/dataegret/pgcompacttable/master/bin/pgcompacttable
chmod +x pgcompacttable
./pgcompacttable -h localhost -U postgres -W password -d database --verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment