Re: IN operator causes sequential scan (vs. multiple OR expressions)

From: Ryan Holmes <ryan(at)hyperstep(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: IN operator causes sequential scan (vs. multiple OR expressions)
Date: 2007-01-28 02:31:45
Message-ID: D963734A-D30D-416A-A255-DC70B66CA727@hyperstep.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


On Jan 27, 2007, at 5:56 PM, Tom Lane wrote:

> I've committed a fix for 8.2.2, but in the meantime maybe you could
> change your varchar column to text?
>
> regards, tom lane
Thank you for the help and the fix. We're just performance testing
right now so minor data model changes are no problem.

Thanks,
-Ryan

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Dave Dutcher 2007-01-28 17:02:12 Re: Bad Row Count Estimate on View with 8.2
Previous Message Tom Lane 2007-01-28 01:56:39 Re: IN operator causes sequential scan (vs. multiple OR expressions)