Re: query produces 1 GB temp file - Mailing list pgsql-performance

From John A Meinel
Subject Re: query produces 1 GB temp file
Date
Msg-id 4206356C.9060308@arbash-meinel.com
Whole thread Raw
In response to query produces 1 GB temp file  (Dirk Lutzebaeck <lutzeb@aeccom.com>)
Responses Re: query produces 1 GB temp file
List pgsql-performance
Dirk Lutzebaeck wrote:

> Greg,
>
> Thanks for your analysis. But I dont get any better after bumping
> STATISTICS target from 10 to 200.
> explain analyze shows that the optimizer is still way off estimating
> the rows. Is this normal? It still produces a 1 GB temp file.
> I simplified the query a bit, now only two tables are involved (bi,
> df). I also vacuumed.


Are you just doing VACUUM? Or are you doing VACUUM ANALYZE? You might
also try VACUUM ANALYZE FULL (in the case that you have too many dead
tuples in the table).

VACUUM cleans up, but doesn't adjust any planner statistics without ANALYZE.

John
=:->


Attachment

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: query produces 1 GB temp file
Next
From: Gaetano Mendola
Date:
Subject: Re: horizontal partition