Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian a bit) - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian a bit)
Date
Msg-id CAB7nPqT17q6VvpruaW6v+3MGHi2PPD9gRF83mxmOb3ny23kNPg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfiana bit)  (Sokolov Yura <funny.falcon@postgrespro.ru>)
List pgsql-hackers
On Tue, Aug 22, 2017 at 9:17 PM, Sokolov Yura
<funny.falcon@postgrespro.ru> wrote:
> Simplified a bit and more commented patch version is in attach.
>
> Algorithm were switched to linear probing, it makes code simpler and
> clearer.
> Flag usages were toggled: now it indicates that hash table were built,
> it also makes code clearer.
> XidInXip and some other functions got comments.

This patch still applies but nobody seems interested in it. So moved to next CF.
-- 
Michael


pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] path toward faster partition pruning
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] [PATCH] Overestimated filter cost and its mitigation