|
|
|
|
|
by Goopplesoft
4248 days ago
|
|
Actually it can. As long as they aren't randomly generated. UUID4s are random, lots of them including the mongodb use a timestamp/mac address as the first n bits of the guid. Not sure whether they have "no chance of collisions" but it is very possible. |
|
2 machines can have the same MAC addresses (they are reprogrammable) and can operate at the same microsecond.
"aren't randomly generated" is not practical constraint in a high-speed distributed system (where you don't have time for synchronization overhead).