Re: About vacuuming - Mailing list pgsql-general

From Neil Conway
Subject Re: About vacuuming
Date
Msg-id 1014870562.3476.6.camel@jiro
Whole thread Raw
In response to Re: About vacuuming  (Frank Bax <fbax@sympatico.ca>)
List pgsql-general
On Wed, 2002-02-27 at 22:32, Frank Bax wrote:
> Unless something changed in
> recent versions, you can only run analyse as part of vacuum.

This is no longer the case with PostgreSQL 7.2 -- there is a separate
ANALYZE command. Check the 7.2 docs for more info on the changes to
VACUUM in this release. Basically, vacuuming is now substantially less
onerous: it is faster and doesn't require an exclusive lock on the
table. ANALYZE now uses statistical sampling for large tables (instead
of scanning every row), so it should be significantly faster as well.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC


pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: sort mem size
Next
From: "Thomas T. Thai"
Date:
Subject: Incase you're upgrading PHP-4.x & PgSQL-7.2