Re: Postgresql Automatic vacuum

From: Christoph Dalitz <christoph(dot)dalitz(at)hs-niederrhein(dot)de>
To: shridhar_daithankar(at)persistent(dot)co(dot)in
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgresql Automatic vacuum
Date: 2002-09-23 18:14:58
Message-ID: 20020923201458.2fa1b68f.christoph.dalitz@hs-niederrhein.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> I have written a small daemon that can automatically vacuum PostgreSQL
> database, depending upon activity per table.
>
Sorry if this is an FAQ, but I have not found it in the docs:

Why can't PostgreSQL collect the statistic information itself automatically?
Are there any plans to implement this?

PG is the only database I know that places the burdon to keep PG's internal
statistics in the catalog up to date upon the database user.

Thanks,

Christoph Dalitz

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2002-09-23 18:36:23 Re: Different Port for PostgreSQL?
Previous Message Peter Alberer 2002-09-23 18:11:38 Re: delete operation with "where XXX in"