Re: Re: [GENERAL] Vacuum and Transactions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
Cc: "Lincoln Yeoh" <lyeoh(at)pop(dot)jaring(dot)my>, "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [GENERAL] Vacuum and Transactions
Date: 2001-07-09 01:46:37
Message-ID: 7788.994643197@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> writes:
> If it becomes non-intrusive, then why not have PostgreSQL run VACUUM
> automatically

That might happen eventually, but I'm not all that eager to convert
the postmaster into a (half-baked) substitute for cron. My experience
as a dbadmin is that you need various sorts of routinely-run maintenance
tasks anyway; VACUUM is only one of them. So you're gonna need some
cron tasks no matter what. If we try to make the postmaster responsible
for this sort of thing, we're going to end up reimplementing cron.
I think that's a waste of effort.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Kings-Lynne 2001-07-09 01:46:40 RE: Re: [GENERAL] Vacuum and Transactions
Previous Message Christopher Kings-Lynne 2001-07-09 01:29:43 RE: Re: [GENERAL] Vacuum and Transactions

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2001-07-09 01:46:40 RE: Re: [GENERAL] Vacuum and Transactions
Previous Message Christopher Kings-Lynne 2001-07-09 01:32:18 RE: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword