"Heikki Linnakangas" <[EMAIL PROTECTED]> writes: > I think a global critical_age parameter is just fine. If you have one > huge table that takes a long time to vacuum, just adjust critical_age so > that there's enough time for the huge table vacuum to finish before > wrap-around. That means that other smaller tables are vacuumed more > frequently than would otherwise be necessary, but that's not a big deal > if the other tables really are much smaller.
Well, that's what you have to do right now, but as soon as we support multiple autovac processes it'll be useful to do the other; so I figured we might as well add the pg_autovacuum column while we're at it. >> pg_autovacuum.freeze_distance: per-table vacuum_freeze_distance setting >> for autovacuum to use. > Shouldn't this be used for manual vacuums as well? I thought about that but it seemed pretty dubious --- manual vacuums don't look at pg_autovacuum for anything else, eg not for the cost variables. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org