Re: Postgresql Automatic vacuum - Mailing list pgsql-general

From Christoph Dalitz
Subject Re: Postgresql Automatic vacuum
Date
Msg-id 20020923201458.2fa1b68f.christoph.dalitz@hs-niederrhein.de
Whole thread Raw
In response to Postgresql Automatic vacuum  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Responses Re: Postgresql Automatic vacuum  (Martijn van Oosterhout <kleptog@svana.org>)
List 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

pgsql-general by date:

Previous
From: Joe Conway
Date:
Subject: Re: DBLink: interesting issue
Next
From: "Peter Alberer"
Date:
Subject: Re: delete operation with "where XXX in"