Re: Select problems - Mailing list pgsql-sql

From Richard Huxton
Subject Re: Select problems
Date
Msg-id 43004367.8000501@archonet.com
Whole thread Raw
In response to Select problems  ("Lucas Grijander" <indibil@webmail.co.za>)
List pgsql-sql
Lucas Grijander wrote:
> Hi:
> 
> I've just migrated  from Linux/PostgreSQL 7.2 to
> Windows/PostgreSQL 8.0.3. I have a large view. When I make:
> 
> "Select ..... WHERE mydate = 'anydate'"
>  the view lasts 19 seconds to complete. But, when I make:
> "Select ..... WHERE mydate >= 'anydate'"
>  the view lasts 7 minutes.

And what are teh view definitions and the output of EXPLAIN ANALYSE?

--   Richard Huxton  Archonet Ltd


pgsql-sql by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: catch an 'update where false' ?
Next
From: PFC
Date:
Subject: Re: insert into / select from / serial problem