Last active
September 10, 2024 15:43
-
-
Save rsyuzyov/2fb984c349e377f468425f016ad018c1 to your computer and use it in GitHub Desktop.
pgcompacttable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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