Re: seqscan strikes again - Mailing list pgsql-performance

From Joshua D. Drake
Subject Re: seqscan strikes again
Date
Msg-id 41914F5C.9030505@commandprompt.com
Whole thread Raw
In response to seqscan strikes again  ("Jim C. Nasby" <decibel@decibel.org>)
Responses Re: seqscan strikes again
List pgsql-performance
> opensims=#
>
> I'd really like to avoid putting a 'set enable_seqscan=false' in my
> code, especially since this query only has a problem if it's run on a
> large date/time window, which normally doesn't happen.

Try increasing your statistics target for the column and then rerunning
analyze.

Sincerely,

Joshua D. Drake



--
Command Prompt, Inc., home of PostgreSQL Replication, and plPHP.
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com
Mammoth PostgreSQL Replicator. Integrated Replication for PostgreSQL

Attachment

pgsql-performance by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: seqscan strikes again
Next
From: Tom Lane
Date:
Subject: Re: seqscan strikes again