Re: Does "vacuum analyze" contain "vacuum"? - Mailing list pgsql-general

From Matthew T. O'Connor
Subject Re: Does "vacuum analyze" contain "vacuum"?
Date
Msg-id 1063038270.6118.1.camel@zeutrh9
Whole thread Raw
In response to Does "vacuum analyze" contain "vacuum"?  (Holger Marzen <holger@marzen.de>)
Responses Re: Does "vacuum analyze" contain "vacuum"?
List pgsql-general
On Sun, 2003-09-07 at 08:04, Holger Marzen wrote:
> Hi all,
>
> the docs are not clear for me. If I want (in version 7.1.x, 7.2.x) to
> help the analyzer AND free unused space do I have to do a
>
> vacuum
> vacuum analyze
>
> or is a
>
> vacuum analyze

vacuum analyze = vacuum + analyze

FYI, I don't remember it if was added in 7.2, or 7.3, but you can now
do:

vacuum = just vacuum
vacuum analyze = vacuum + analyze
analyze = just analyze

analyze is all you need if you want to update planner statistics without
trying to reclaim any space.


pgsql-general by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: decrypted pwd
Next
From: Doug McNaught
Date:
Subject: Re: decrypted pwd