… seen those problems with UUID‘s in MySQL when stored as text. Ideally, MySQL would have a UUID column type to store the… improve the situation, I created a simple UUID class capable of generating random UUID‘s with an option to store them in… was only 72 bits. (Yes, the collision probability goes up, but it is still one in 4.7 * 10^21.) These UID…

