Universally Unique Lexicographically Sortable Identifier. https://github.com/Cysharp/Ulid
It is a string of 26 characters where the 10 first characters represent the timestamp, and the 16 remaining are generated randomly. This structure ensures the uniqueness of the string while making it possible to sort them.
- Faster than GUID and UUID
- Sortable
- Url Safe