Re: RFC: changing autovacuum_naptime semantics

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: RFC: changing autovacuum_naptime semantics
Date: 2007-03-08 18:18:28
Message-ID: 20070308181828.GY4715@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:

> > Is everybody OK with not putting a per-tablespace worker limit?
> > Is everybody OK with putting per-database worker limits on a pg_database
> > column?
>
> I don't think we need a new pg_database column. If it's a GUC you can
> do ALTER DATABASE SET, no? Or was that what you meant?

No, that doesn't work unless we save the datconfig column to the
pg_database flatfile, because it's the launcher (which is not connected)
who needs to read it. Same thing with an hypothetical per-database
naptime. The launcher would also need to parse it, which is not ideal
(though not a dealbreaker either).

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Doug Knight 2007-03-08 18:29:50 Re: [PATCHES] pg_standby
Previous Message Gregory Stark 2007-03-08 17:35:03 Re: Estimating seq_page_fetch and random_page_fetch