Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/Data ID/UUID/
TypeID
Search

TypeID

Creator
Creator
Seonglae Cho
Created
Created
2023 Jul 1 11:39
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Jul 1 11:41
Refs
Refs
UUIDv7
typeid
jetpack-io • Updated 2023 Aug 30 15:54
 
 
New UUID Formats
This document presents new time-based UUID formats which are suited for use as a database key. A common case for modern applications is to create a unique identifier for use as a primary key in a database table. This identifier usually implements an embedded timestamp that is sortable using the monotonic creation time in the most significant bits. In addition the identifier is highly collision resistant, difficult to guess, and provides minimal security attack surfaces. None of the existing UUID versions, including UUIDv1, fulfill each of these requirements in the most efficient possible way. This document is a proposal to update with three new UUID versions that address these concerns, each with different trade-offs.
New UUID Formats
https://www.ietf.org/archive/id/draft-peabody-dispatch-new-uuid-format-01.html#name-uuidv7-layout-and-bit-order
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/Data ID/UUID/
TypeID
Copyright Seonglae Cho