-
Notifications
You must be signed in to change notification settings - Fork 44
6.0. References
1. Universally unique identifier. Wikipedia.
2. A Universally Unique IDentifier (UUID). RFC-4122.
3. To UUID or not to UUID?
4. Store UUID in an optimized way.
5. UUID "Version 6": the version RFC 4122 forgot.
6. DCE 1.1: Security-Version (Version 2) UUIDs. The Open Group.
7. The Cost of GUIDs as Primary Keys (COMB Algorithm)
8. How to Generate Sequential GUIDs for SQL Server in .NET
9. ULID Specification - Universally Unique Lexicographically Sortable Identifier
10. Sequential UUID Generators
- Linux Kernel's unified UUID/GUID definition
- Util-Linux's Universally Unique ID Library
- Apple Computer's modifications "to make this thing work on the Macintosh"
- Boost C++ Libraries' UUID Module
- CERN's ROOT Library TUUID Class
-
Syntax and semantics of the DCE variant of Universal Unique Identifiers (The OpenGroup)
-
What are the performance improvement of Sequential Guid over standard Guid?
-
Software engineer — from monolith to cloud: Auto Increment to UUID
-
When are you truly forced to use UUID as part of the design?
-
When does it make sense in a RDBMS to make your primary key a UUID rather than an int?
-
Why aren't programmers comfortable with the uniqueness guarantee of UUID version 4?
-
ITU-T - ASN.1 PROJECT - Universally Unique Identifiers (UUIDs)
-
Difference between CLOCK_REALTIME and CLOCK_MONOTONIC? (StackOverflow)
-
Is System.currentTimeMillis() monotonically increasing? (StackOverflow)
-
URL;
-
How many ways are there to sort GUIDs? How much time do you have?
-
When are you truly forced to use UUID as part of the design?
-
Python UUID Module to Generate Universally Unique Identifiers