Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Resolved
-
None
-
None
-
None
Description
UUIDv5 is very good for creating reproducible UUIDs for records. For example, you can specify a namespace for a particular data source using a one time generated UUIDv4 and then do this:
uuid5_func(namespace, "some input text") and get a reproducible UUID for that record.