UUID Version 7 Generator

What is UUID Version 7?

UUID Version 7 is a time-ordered UUID that combines a timestamp with random data. This version provides both time ordering and uniqueness, making it suitable for database indexing and sorting.

Version 7 UUIDs include a timestamp in the first 48 bits, followed by random data. This design allows for efficient database indexing while maintaining uniqueness. The timestamp is based on Unix time in milliseconds, making it compatible with most modern systems.