Re: Inefficient query plan - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: Inefficient query plan
Date
Msg-id 4C721E670200002500034A35@gw.wicourts.gov
Whole thread Raw
In response to Inefficient query plan  (Jann Röder <roederja@ethz.ch>)
Responses Re: Inefficient query plan  (Jann Röder <roederja@ethz.ch>)
List pgsql-performance
Jann Röder wrote:
Am 23.08.10 12:18, schrieb Scott Marlowe:

>> What happens if you try
>>
>> set enable_seqscan=off;
>> (your query here)
>>
> Tried that already. The query plan is exactly the same.

Exactly?  Not even the cost shown for the seq scan changed?

You are almost certainly omitting some crucial piece of information
in your report.  Please look over this page and post a more complete
report.  In particular, please show the results of \d for both tables
(or of pg_dump -s -t 'tablename'), your complete postgresql.conf file
stripped of comments, and a description of your hardware and OS.

-Kevin

pgsql-performance by date:

Previous
From: Jann Röder
Date:
Subject: Re: Inefficient query plan
Next
From: "Kevin Grittner"
Date:
Subject: Re: Inefficient query plan