From: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de>, Andrey Borodin <amborodin86(at)gmail(dot)com> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, brad(at)peabody(dot)io, wolakk(at)gmail(dot)com, kydavis(at)cisco(dot)com, Nikolay Samokhvalov <samokhvalov(at)gmail(dot)com> |
Subject: | Re: UUID v7 |
Date: | 2023-02-11 15:50:39 |
Message-ID: | 5ceb7394-7488-d438-0951-fcc940feb539@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 11.02.23 02:14, Andres Freund wrote:
> On 2023-02-10 15:57:50 -0800, Andrey Borodin wrote:
>> As you may know there's a new version of UUID being standardized [0].
>> These new algorithms of UUID generation are very promising for
>> database performance.
>
> I agree it's very useful to have.
>
>
>> [0] https://datatracker.ietf.org/doc/html/draft-peabody-dispatch-new-uuid-format-04
>
> That looks to not be the current version anymore, it's superseded by:
> https://datatracker.ietf.org/doc/html/draft-ietf-uuidrev-rfc4122bis
Yes, this means that the draft that an individual had uploaded has now
been taken on by a working group for formal review. If there is a
prototype implementation, this is a good time to provide feedback. But
it's too early to ship a production version.
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2023-02-11 18:24:37 | Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) |
Previous Message | Ankit Kumar Pandey | 2023-02-11 12:19:02 | Sort optimizations: Making in-memory sort cache-aware |