Re: [SQL] 7.3 analyze & vacuum analyze problem - Mailing list pgsql-performance

From Josh Berkus
Subject Re: [SQL] 7.3 analyze & vacuum analyze problem
Date
Msg-id 200304300902.37985.josh@agliodbs.com
Whole thread Raw
Responses Re: [SQL] 7.3 analyze & vacuum analyze problem
List pgsql-performance
Achilleus,

> i think i have an issue regarding the statistics that
> a) (plain) ANALYZE status and
> b) VACUUM ANALYZE status
> produce.

It's perfectly normal for a query to run faster after a VACUUM ANALYZE than
after an ANALYZE ... after all, you just vacuumed it, didn't you?

If you're demonstrating some other kind of behavioural difference, then please
post the results of EXPLAIN ANALYZE for the two examples.

Oh, and we should probably shift this discussion to the PGSQL-PERFORMANCE
list.

--
Josh Berkus
Aglio Database Solutions
San Francisco


pgsql-performance by date:

Previous
From: "Peter Darley"
Date:
Subject: Re: Query Plan far worse in 7.3.2 than 7.2.1
Next
From: Achilleus Mantzios
Date:
Subject: Re: [SQL] 7.3 analyze & vacuum analyze problem