Re: Problem with nested query - Mailing list pgsql-general

From Denis Perchine
Subject Re: Problem with nested query
Date
Msg-id 0010031719090E.00490@dyp.perchine.com
Whole thread Raw
In response to Re: Problem with nested query  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
> Denis Perchine <dyp@perchine.com> writes:
> > As far as you can see it uses sequence scan for inner select. This is
> > quite strange as if I do this select with a constant it will use index
> > scan:
>
> Are the two tables' "email" fields declared as exactly the same
> datatype?

No...

> IIRC, 7.0.* has a problem with recognizing that a type-coerced parameter
> to an inner query is useful as an indexscan reference constant.  This is
> fixed in current sources, but in the meantime avoiding an implicit type
> coercion is the easiest workaround.

OK. Thanks.

--
Sincerely Yours,
Denis Perchine

----------------------------------
E-Mail: dyp@perchine.com
HomePage: http://www.perchine.com/dyp/
FidoNet: 2:5000/120.5
----------------------------------

pgsql-general by date:

Previous
From: Peter Mount
Date:
Subject: Re: Re: JDBC Performance
Next
From: Marcin Mazurek
Date:
Subject: pg_dump on view