Skip to main content

Vacuum


sudo -u postgres -i psql

postgres=# \c "nom_de_la_bdd"

nom_de_la_bdd=#  VACUUM VERBOSE ANALYZE;

nom_de_la_bdd=# \q