Re: Help speeding up delete - Mailing list pgsql-performance

From Leigh Dyer
Subject Re: Help speeding up delete
Date
Msg-id 43793778.7040006@linuxgamers.net
Whole thread Raw
In response to Re: Help speeding up delete  (Steve Wampler <swampler@noao.edu>)
List pgsql-performance
Steve Wampler wrote:
>
> Is the performance behavior that we're experiencing a known
> problem with 7.2 that has been addressed in 7.4?  Or will the
> upgrade fix other problems while leaving this one?

I'm pretty sure that in versions earlier than 7.4, IN clauses that use a
subquery will always use a seqscan, regardless of what indexes are
available. If you try an IN using explicit values though, it should use
the index.

Thanks
Leigh

pgsql-performance by date:

Previous
From: "Marc Morin"
Date:
Subject: sort/limit across union all
Next
From: "Virag Saksena"
Date:
Subject: ERROR: no value found for parameter 1 with JDBC and Explain Analyze