Re: Review: GiST support for UUIDs

From: Paul Jungwirth <pj(at)illuminatedcomputing(dot)com>
To: Ildus Kurbangaliev <i(dot)kurbangaliev(at)postgrespro(dot)ru>, Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Review: GiST support for UUIDs
Date: 2015-12-24 00:36:23
Message-ID: 567B3E07.3000205@illuminatedcomputing.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2015-12-24 00:37:31 Re: exposing pg_controldata and pg_config as functions
Previous Message Michael Paquier 2015-12-24 00:28:47 Re: pgbench - allow backslash-continuations in custom scripts