|
Bill Moran wrote: The db is constantly monitored during high peak so that we can switch to a backup pg7.3 database that is being vacuumed every night.In response to Edoardo Ceccarelli <[EMAIL PROTECTED]>: This is giving me the opportunity to try it so I tried this: vacuum_cost_delay = 200 vacuum_cost_page_hit = 5 vacuum_cost_page_miss = 10 vacuum_cost_page_dirty = 20 vacuum_cost_limit = 100 I know these values affect the normal vacuum process but apparently this means setting #autovacuum_vacuum_cost_delay = -1 # default vacuum cost delay for # autovac, -1 means use # vacuum_cost_delay and #autovacuum_vacuum_cost_limit = -1 # default vacuum cost limit for # autovac, -1 means use # vacuum_cost_limit for the rest of them I am currently trying the deafults: #autovacuum_naptime = 60 # time between autovacuum runs, in secs #autovacuum_vacuum_threshold = 1000 # min # of tuple updates before vacuum #autovacuum_analyze_threshold = 500 # min # of tuple updates before analyze #autovacuum_vacuum_scale_factor = 0.4 # fraction of rel size before vacuum #autovacuum_analyze_scale_factor = 0.2 # fraction of rel size before analyze Does anybody know which process is actually AUTO-vacuum-ing the db? So that I can check when is running... |
- Re: [PERFORM] autovacuum on a -mostly- r/o table Edoardo Ceccarelli
- Re: [PERFORM] autovacuum on a -mostly- r/o table Rod Taylor
- Re: [PERFORM] autovacuum on a -mostly- r/o tab... Edoardo Ceccarelli
- Re: [PERFORM] autovacuum on a -mostly- r/o... Tobias Brox
- Re: [PERFORM] autovacuum on a -mostly- r/o tab... Bill Moran
- Re: [PERFORM] autovacuum on a -mostly- r/o... Edoardo Ceccarelli
