|
|
|
|
|
by mianas
2084 days ago
|
|
This occurred to me after looking at the Wikipedia article [1], and seeing the different "versions" and the rationale about not leaking data in the ID. In general, if you want to encode info in your IDs, you can do that. Just make sure you want to do that, and that you don't run out of entropy. I view random UUIDs as a silver-bullet type solution to assigning IDs, without overlap. (8 bytes should be enough to just assign them at random) 1: https://enwp.org/UUID |
|