Uuidv7 (time sortable)

UUIDv7 is one of the UUID versions that is time-based, much like UUIDv1. However, it offers a precise timestamp, up to 50 nanosecond resolution. The core feature that sets UUIDv7 apart is its time-sortable property. This means that newer UUIDs generated will be greater in value than older ones, and thus, they can be naturally sorted based on creation time. This is especially useful for database indexes. - UUIDv7 Benefits