Re: Some vacuum & tuning help

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>, "Christopher Browne" <cbbrowne(at)libertyrms(dot)info>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Some vacuum & tuning help
Date: 2003-08-06 04:41:06
Message-ID: 0a5701c35bd4$f43eda20$2800a8c0@mars
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2003-08-06 04:45:34 Re: Some vacuum & tuning help
Previous Message Matthew T. O'Connor 2003-08-06 04:36:12 Re: Some vacuum & tuning help