Re: Strange query plan - Mailing list pgsql-general

From Dmitry Teslenko
Subject Re: Strange query plan
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Strange query plan  (Peter Eisentraut <[email protected]>)
List pgsql-general
On Thu, Aug 14, 2008 at 15:30, Peter Eisentraut <[email protected]> wrote:
> Am Thursday, 14. August 2008 schrieb Dmitry Teslenko:
>> SELECT SUM(...) FROM table1 WHERE field3 = 'ABC' AND field1 <> 1
>>       GROUP BY field2
>>
>> And planner picks up a sequential scan of a table. Why does he?
>
> Presumably because it thinks it is the best plan, and I see no reason to doubt
> that outright.  You might get better performance with an index on field3.
>

Why then idx2 on field1 and field3 don't help here?

--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

pgsql-general by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Postgres 8.3 is not using indexes
Next
From: Martin Gainty
Date:
Subject: Re: Strange query plan