IN clause performance - Mailing list pgsql-general

From Pg Coder
Subject IN clause performance
Date
Msg-id f658f8ff0707181543r60fd3dadr68df3fba9747229c@mail.gmail.com
Whole thread Raw
Responses IN clause performance  ("Paul Codler" <pgcoder@gmail.com>)
List pgsql-general
Basic query optimization question- does Postgres process
 
   x IN (y1, y2) 
as fast as
   (x = y1 OR x = y2)
 
in a function?

pgsql-general by date:

Previous
From: "Pat Maddox"
Date:
Subject: Re: Need help optimizing this query
Next
From: Tatsuo Ishii
Date:
Subject: Re: Sylph-Searcher 1.0.0 released