Re: [SQL] query optimizer dont treat correctly OR - Mailing list pgsql-general

From Richard Huxton
Subject Re: [SQL] query optimizer dont treat correctly OR
Date
Msg-id 200404271635.39024.dev@archonet.com
Whole thread Raw
In response to query optimizer dont treat correctly OR  ("Luiz Rafael Culik Guimaraes" <culikr@brturbo.com>)
List pgsql-general
On Tuesday 27 April 2004 15:48, Luiz Rafael Culik Guimaraes wrote:
> Hello folks
>
> See the command bellow. I use some thing simmilar about an decade on
> Oracle,
> Sybase, MSSQL, DB2, etc. But with  Postgresql , he generate an FULL TABLE
> SCAN,
> and consequenyly it take about 10 minutes to run (Very big table..)

> Why Post do this wrong julgment  with the initial command?
> Exist some thing that i can configure to to make postgres works correctly ?

You'll need to post the output of EXPLAIN ANALYSE for your query. This will
show how many rows PG thinks it will get back compared to how many it
actually gets back.

--
  Richard Huxton
  Archonet Ltd

pgsql-general by date:

Previous
From:
Date:
Subject: Re: shadowing (like IB/Firebird)
Next
From: Peter Eisentraut
Date:
Subject: Re: Unicode encoding