pg_autovacuum UPDATE_INTERVAL cmd arg

From: Thomas F(dot)O'Connell <tfo(at)sitening(dot)com>
To: PgSQL - Patches <pgsql-patches(at)postgresql(dot)org>
Subject: pg_autovacuum UPDATE_INTERVAL cmd arg
Date: 2005-03-08 00:41:19
Message-ID: f420e504d4c80c5eb652d7c410d601d5@sitening.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The following patch should allow UPDATE_INTERVAL to be specified on the
command line. We find this useful because we frequently deal with
thousands of tables in an environment where neither the databases nor
the tables are updated frequently. This helps allow us to cut down on
the overhead of updating the list for every other primary loop of
pg_autovacuum.

I chose -i as the command-line argument and documented it briefly in
the README.

The patch was applied to the 7.4.7 version of pg_autovacuum in contrib.

-tfo

--
Thomas F. O'Connell
Co-Founder, Information Architect
Sitening, LLC
http://www.sitening.com/
110 30th Avenue North, Suite 6
Nashville, TN 37203-6320
615-260-0005

Attachment Content-Type Size
pg_autovacuum.txt text/plain 4.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Mark Kirkwood 2005-03-08 01:36:53 Re: Display Pg buffer cache (WIP)
Previous Message Neil Conway 2005-03-07 23:58:36 Re: fork() refactoring