vacuum-full.md
May 2, 2022 ยท View on GitHub
== problem
Running VACUUM FULL exclusively locks the table while running.
== solution
Use pg_repack to reorganize tables in PostgreSQL databases with minimal locks.
May 2, 2022 ยท View on GitHub
== problem
Running VACUUM FULL exclusively locks the table while running.
== solution
Use pg_repack to reorganize tables in PostgreSQL databases with minimal locks.