Re: Why is query selecting sequential? - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Why is query selecting sequential?
Date
Msg-id 200402082134.18156.josh@agliodbs.com
Whole thread Raw
In response to Re: Why is query selecting sequential?  (Karl Denninger <karl@denninger.net>)
List pgsql-performance
Karl,

> BTW, the other posted "cleaner" model doesn't work for me.  If there is NO
> row in the subtable that matches, the other version returns nothing (which
> makes sense since the initial select fails to match any rows as one of the
> things its trying to match is missing.)

Ah, wasn't thinking of that case.    Problem with not really knowing what the
database is about.

--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: RE : RE : Increase performance of a UNION query that
Next
From: David Teran
Date:
Subject: select count(*) from anIntColumn where int_value = 0; is very slow