ULID, UUID v7 (Time-Based IDs) and UUID v4 (Random Ids) offers completely different characteristics.
Learn about the data layout and when to prefer one or the other based on your type of database and behaviour you want to obtain.
Learn how ULID can cause hotspots in distributed databases, and how UUID v4 can cause fragmentation and increased disk I/O in traditional B+Tree based databases.