Rewrite a bloated table more aggressively.
Section: Vacuum, Analyze, and Maintenance
VACUUM FULL table
sql
sql
VACUUM (FULL, ANALYZE) public.users;Explanation
Requires more locking and space; use carefully.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Vacuum, Analyze, and Maintenance