Re: Review: GiST support for UUIDs - Mailing list pgsql-hackers

From Ildus Kurbangaliev
Subject Re: Review: GiST support for UUIDs
Date
Msg-id 20151224153209.25110622@lp
Whole thread Raw
In response to Re: Review: GiST support for UUIDs  (Paul Jungwirth <pj@illuminatedcomputing.com>)
Responses Re: Review: GiST support for UUIDs  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
On Wed, 23 Dec 2015 16:36:23 -0800
Paul Jungwirth <pj@illuminatedcomputing.com> wrote:

> On 12/23/2015 08:10 AM, Ildus Kurbangaliev wrote:
> > There is a more improved version of the patch. Main idea is to
> > present uuid as two uint64 values, and make comparisons and penalty
> > calculation based on these values. This approach is much faster
> > than using memcmp for uuid comparisons.
>
> Thank you for picking this up! I'm sorry I was not able to work on it
> the last few months. I'm very glad to see someone wrapping it up. I'm
> not a reviewer, but personally it looks like a good change to me.
>
> Happy holidays,
>
> Paul
>
>
>
>

Thanks! The patch was almost done and ready. I attached new version of
the patch with compability changes.

--
Ildus Kurbangaliev
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

Attachment

pgsql-hackers by date:

Previous
From: Ildus Kurbangaliev
Date:
Subject: Re: [PATCH] Refactoring of LWLock tranches
Next
From: Michael Paquier
Date:
Subject: Re: Transactions involving multiple postgres foreign servers