From: | "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: postmaster(s) have high load average |
Date: | 2003-08-19 23:56:08 |
Message-ID: | 1061337368.28374.16.camel@zeutrh9 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
On Sat, 2003-08-09 at 21:25, Christopher Browne wrote:
> In 7.3 and 7.4, the "contrib" application, pg_autovacuum can do the
> trick, vacuuming anything that reaches thresholds of
> inserts/deletes/updates, and do so more or less as often as necessary.
Actually pg_autovacuum is not included with 7.3, but works just fine
once you get it compiled.
> If you haven't got a cron job looking something like:
>
> 0 0 * * * * vacuumdb -a -z > /dev/null 2> /dev/null
>
> then you should probably add that, at least.
might be better to have it only vacuum a few specific tables that cause
most of your problems.
From | Date | Subject | |
---|---|---|---|
Next Message | Vivek Khera | 2003-08-20 01:51:14 | Re: Buglist |
Previous Message | Matthew T. O'Connor | 2003-08-19 22:53:41 | Re: Buglist |
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Kings-Lynne | 2003-08-20 01:19:11 | Re: Qualified tables in error messages |
Previous Message | Matthew T. O'Connor | 2003-08-19 22:53:41 | Re: Buglist |