problem in select - Mailing list pgsql-general

From frank_lupo
Subject problem in select
Date
Msg-id H2DXYC$C1486F01702A693A464B90676F9A802C@email.it
Whole thread Raw
Responses Re: problem in select  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Re: problem in select  (Richard Huxton <dev@archonet.com>)
Re: problem in select  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
List pgsql-general

This selection is more fast in ingres vs postgres

Ingres 6.4    0.04 sec

Postgres 7.2  0.42 sec

select titolo,id,anno from ircalend where anno=2002 and id in(select distinct(idcalend) from ircalend_3) order by anno,titolo

because ?

 

 
Bye !! Frank Lupo (Wolf) !!

----
Prendi GRATIS l'email universale che... risparmia: clicca qui

Sponsor:
Se avete deciso di andare in vacanza solo adesso non preoccupatevi da oliviero.it trovate zaini e valigie da riempire con tutto quello che più amate portarvi in vacanza.
Clicca qui

pgsql-general by date:

Previous
From: "frank_lupo"
Date:
Subject: postgres crash
Next
From: Stephan Szabo
Date:
Subject: Re: problem in select