Vacuum


sudo -u postgres -i psql

postgres=# \c "nom_de_la_bdd"

nom_de_la_bdd=#  VACUUM VERBOSE ANALYZE;

nom_de_la_bdd=# \q

Revision #2
Created 31 October 2024 22:51:46 by Cavallone
Updated 25 November 2024 18:30:09 by Cavallone