Re: Query Join Performance - Mailing list pgsql-sql

From Alvaro Herrera
Subject Re: Query Join Performance
Date
Msg-id 20070426030716.GD10666@alvh.no-ip.org
Whole thread Raw
In response to Re: Query Join Performance  ("Aaron Bono" <postgresql@aranya.com>)
List pgsql-sql
Aaron Bono wrote:

> Looks like a vacuum analyze did the trick.  Performance is beautiful now.  I
> should have tried that earlier.
> 
> I thought I had the auto vacuum turned on (PostgreSQL 8.1) but I guess it
> doesn't do analyze?
> 
> Anyway, I will schedule a vacuum analyze nightly - it is low usage and won't
> cause any problems.

It should have done an analyze at some point.  Unless this is Windows,
in which case there's a bug that precludes autovacuum from running at
all.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-sql by date:

Previous
From: "Aaron Bono"
Date:
Subject: Re: Query Join Performance
Next
From: "Nemo Terry"
Date:
Subject: Re: Which function transform x,y to latitude/longitude?