![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello all, I have a few somewhat simple questions.... Does the postmaster vacuum it's internal (pg_*) tables? if not what is the best way to vacuum them without having to vacuum the entire db? and how often is this recommended to be done? |
#3
| |||
| |||
|
|
Joe Maldonado wrote: Hello all, I have a few somewhat simple questions.... Does the postmaster vacuum it's internal (pg_*) tables? if not what is the best way to vacuum them without having to vacuum the entire db? and how often is this recommended to be done? No, and I'd vacuum full template1. |
|
How often? Depends on how much activity you've got on your system tables. If you look at the output on vacuum verbose you can see how much work it has to do. |
#4
| |||
| |||
|
|
Richard Huxton wrote: Joe Maldonado wrote: Hello all, I have a few somewhat simple questions.... Does the postmaster vacuum it's internal (pg_*) tables? if not what is the best way to vacuum them without having to vacuum the entire db? and how often is this recommended to be done? No, and I'd vacuum full template1. I'm not sure what you mean by No. |
![]() |
| Thread Tools | |
| Display Modes | |
| |