Re: Select problems

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Select problems
Дата
Msg-id 43004367.8000501@archonet.com
обсуждение исходный текст
Ответ на Select problems  ("Lucas Grijander" <indibil@webmail.co.za>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: catch an 'update where false' ?
Следующее
От: PFC
Дата:
Сообщение: Re: insert into / select from / serial problem