Skip to content

Commit

Permalink
Update 2022-10-27-how-to-monitor-fix-database-bloat-in-postgressql.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DShreve2 authored Oct 27, 2022
1 parent 0f1aed7 commit f179236
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ During this period, stop all catalog activity on the system; `VACUUM FULL` takes

Running `VACUUM` regularly on system catalog tables can prevent the need for this more costly procedure.

**Note**: The system catalog table pg_attribute is usually the largest catalog table. If the pg_attribute table is significantly bloated, a VACUUM FULL operation on the table might require a significant amount of time and might need to be performed separately. The presence of both of these conditions indicate a significantly bloated pg_attribute table that might require a long VACUUM FULL time.
**Note**: The system catalog table pg_attribute is usually the largest catalog table. If the `pg_attribute` table is significantly bloated, a `VACUUM FULL` operation on the table might require a significant amount of time and might need to be performed separately. The presence of both of these conditions indicate a significantly bloated pg_attribute table that might require a long `VACUUM FUL`L time.

## Let us hear from you

Expand Down

0 comments on commit f179236

Please sign in to comment.