Re: Reduce planning time for large NOT IN lists containing NULL - Mailing list pgsql-hackers

From Ilia Evdokimov
Subject Re: Reduce planning time for large NOT IN lists containing NULL
Date
Msg-id dd5e91c1-5e59-471c-bd9d-96a11c7928f4@tantorlabs.com
Whole thread Raw
In response to Re: Reduce planning time for large NOT IN lists containing NULL  (Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>)
Responses Re: Reduce planning time for large NOT IN lists containing NULL
List pgsql-hackers
On 2/20/26 16:25, Ilia Evdokimov wrote:

> I've moved the NULL check higher, placing it immediately after 
> DatumGetArrayTypeP(). This allows us to detect the presence of NULL 
> elements before decontructing the array.
>
Sorry, I forgot to attach the patch in my previous mail. Attaching it now.

-- 
Best regards.
Ilia Evdokimov,
Tantor Labs LLC,
https://tantorlabs.com/

Attachment

pgsql-hackers by date:

Previous
From: Ilia Evdokimov
Date:
Subject: Re: Reduce planning time for large NOT IN lists containing NULL
Next
From: Heikki Linnakangas
Date:
Subject: Re: POC: make mxidoff 64 bits