Re: slow IN() clause for many cases - Mailing list pgsql-hackers

From Ilia Kantor
Subject Re: slow IN() clause for many cases
Date
Msg-id auto-000577577778@umail.ru
Whole thread Raw
In response to Re: slow IN() clause for many cases  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Responses Re: slow IN() clause for many cases
List pgsql-hackers
>Please post an explain analyze on your query with a 20-30 item IN clause so
that we can see what plan is being generated.

It is bitmap-OR on multiple index(PK) lookups.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Spinlocks and CPU Architectures
Next
From: Josh Berkus
Date:
Subject: Re: slow IN() clause for many cases