Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 208 Bytes

File metadata and controls

8 lines (4 loc) · 208 Bytes

== problem

Running VACUUM FULL exclusively locks the table while running.

== solution

Use pg_repack to reorganize tables in PostgreSQL databases with minimal locks.