uuid_v7
Generates a time-ordered UUID version 7 string (RFC 9562). UUID v7 combines a Unix millisecond timestamp with random entropy, preventing B-Tree index fragmentation and page thrashing in database primary keys.
Signature
Parameters
Return value
Returns the documented result for the function signature.