Patch: improve selectivity estimation for IN/NOT IN - Mailing list pgsql-hackers

From Daniele Varrazzo
Subject Patch: improve selectivity estimation for IN/NOT IN
Date
Msg-id CA+mi_8aPEAzBgWZpNTABGM=cSq7mRMyPWbMsU8eGmUfH75OTLA@mail.gmail.com
Whole thread Raw
Responses Re: Patch: improve selectivity estimation for IN/NOT IN  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hello,

the attached patch improves the array selectivity estimation for = ANY
and <> ALL, hence for the IN/NOT IN operators, to avoid the
shortcoming described in
<http://archives.postgresql.org/pgsql-performance/2012-03/msg00006.php>.

Cheers,

-- Daniele

Attachment

pgsql-hackers by date:

Previous
From: Thom Brown
Date:
Subject: Re: Command Triggers, patch v11
Next
From: Alvaro Herrera
Date:
Subject: Re: review: CHECK FUNCTION statement