Re: Hash-based MCV matching for large IN-lists - Mailing list pgsql-hackers

From Ilia Evdokimov
Subject Re: Hash-based MCV matching for large IN-lists
Date
Msg-id a306fccf-b9e5-4f12-8942-5197879a73bd@tantorlabs.com
Whole thread
In response to Re: Hash-based MCV matching for large IN-lists  (Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>)
List pgsql-hackers
Rebased patch after 06e94ec (Fix missed checks for hashability of 
container-type equality): the new `scalararray_mcv_hash_match()` now 
calls `get_op_hash_functions_ext()` instead of 
`get_op_hash_functions()`, passing `nominal_element_type` as the input 
type so that container-type operators are correctly rejected when their 
element type is not hashable.

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

Attachment

pgsql-hackers by date:

Previous
From: Imran Zaheer
Date:
Subject: Re: [WIP] Pipelined Recovery
Next
From: Andrei Lepikhov
Date:
Subject: Re: Logging parallel worker draught