Re: Some vacuum & tuning help - Mailing list pgsql-performance

From Christopher Kings-Lynne
Subject Re: Some vacuum & tuning help
Date
Msg-id 0a5701c35bd4$f43eda20$2800a8c0@mars
Whole thread Raw
In response to Re: Some vacuum & tuning help  (Christopher Browne <cbbrowne@libertyrms.info>)
List pgsql-performance
> On Tue, 2003-08-05 at 17:40, Christopher Browne wrote:
> > Unfortunately, a "configurable-via-tables" pg_autovacuum is also going
> > to be quite different from the current "unconfigurable" version.

You don't need to create actual tables - just use 'virtual' tables, like the
pg_settings one.  That's all based off a set-returning-function.  You can
use updates and inserts to manipulate internal data structures or
something...

Chris


pgsql-performance by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: Some vacuum & tuning help
Next
From: Tom Lane
Date:
Subject: Re: Some vacuum & tuning help